diff options
Diffstat (limited to 'tests/custom/run_tests.sh')
-rwxr-xr-x | tests/custom/run_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/custom/run_tests.sh b/tests/custom/run_tests.sh index 962cd9a..2364914 100755 --- a/tests/custom/run_tests.sh +++ b/tests/custom/run_tests.sh @@ -177,3 +177,4 @@ for catdir in [0-9][0-9]_*; do done printf "\nRan %d tests, %d okay, %d failures\n" $n_tests $((n_tests - n_fails)) $n_fails +exit $n_fails |