Scale back warnings.warn and add stacklevels= where appropriate.
[python_utils.git] / tests / run_tests.sh
index e4b48a0ce600020ec5a71907d1ec5cd6fc46529e..5711b9ad362c930b609a8080b1e8376090be35c3 100755 (executable)
@@ -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