summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run_tests.sh2
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