Fix test/run.sh passing when tests are actually failing

This commit is contained in:
Ethan P
2019-09-08 19:09:52 -07:00
parent 3d4a0b8381
commit d38d5b518e

View File

@@ -76,8 +76,9 @@ display_test_summary() {
if [ -n "$1" ]; then
run_all_tests "$1"
exit_status=$?
display_test_summary
exit $?
exit $exit_status
fi
# Run all actions.