diff options
| author | Scott <[email protected]> | 2022-01-11 13:41:25 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-11 13:41:25 -0800 |
| commit | ffc4022c1ea2c2a5892150ff55e6c9a9ddbb8756 (patch) | |
| tree | 3235c2382710077c6eba7e1f8b7a9d6de39144d2 /tests | |
| parent | b454ad295eb3024a238d32bf2aef1ebc3c496b44 (diff) | |
Fix a couple of bugs in executors. Use run_tests.sh as a pre commit
hook.
Diffstat (limited to 'tests')
| -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 |
