diff options
Diffstat (limited to 'tests/run_tests.sh')
| -rwxr-xr-x | tests/run_tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index e4b48a0..5711b9a 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -139,6 +139,8 @@ if [ ${FAILURES} -ne 0 ]; then fi echo "${FAILED_TESTS}" echo -e "${NC}" + exit ${FAILURES} else echo -e "${BLACK}${ON_GREEN}Everything looks good.${NC}" + exit 0 fi |
