mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
test.zsh: Renamed and made more portable
This commit is contained in:
parent
3a8cdadcf5
commit
094f097e26
@ -1,6 +1,6 @@
|
||||
#!/bin/zsh
|
||||
#!/bin/sh
|
||||
|
||||
for f in **/*_test.v ; do
|
||||
for f in `find . -type f -name '*_test.v'`; do
|
||||
echo "Testing $f..."
|
||||
v $f || echo "fail"
|
||||
done
|
Loading…
Reference in New Issue
Block a user