diff options
Diffstat (limited to 'test/test.sh')
-rwxr-xr-x | test/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index 06a8062..5c46f8b 100755 --- a/test/test.sh +++ b/test/test.sh @@ -2,7 +2,7 @@ fail="none" -for i in test-* ; do +for i in bin/test-* ; do if [[ "$i" != *.* ]] ; then if ./"$i" >"$i.stdout.log" 2>"$i.stderr.log" ; then echo -ne '[\e[0;32mPASS\e[0m]' |