mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-10 04:41:57 -04:00
Now return 0 if all tests fail and 1 if any test fail
This commit is contained in:
parent
61ddf68d75
commit
660f7e155a
@ -21,3 +21,7 @@ echo " TOTAL: $total"
|
|||||||
echo " OK: $suc"
|
echo " OK: $suc"
|
||||||
echo "FAILED: $fail"
|
echo "FAILED: $fail"
|
||||||
|
|
||||||
|
if [ $fail -ne 0 ]; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user