mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-24 03:41:37 -04:00
minor fix so that we run all tests
This commit is contained in:
parent
863906f918
commit
f8db10c85d
@ -3,7 +3,7 @@
|
||||
let "suc = 0"
|
||||
let "fail = 0"
|
||||
|
||||
for tnam in `ls test??.sh`
|
||||
for tnam in `ls test*.sh`
|
||||
do
|
||||
echo "Running test $tnam"
|
||||
if ./$tnam && echo "OK" || echo "FAIL" ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user