Skip to content
Snippets Groups Projects
Commit a161910f authored by Simon Rose's avatar Simon Rose
Browse files

Apparently shellcheck does not like 'exit -1'

parent 77b5f1c1
No related branches found
No related tags found
No related merge requests found
......@@ -182,5 +182,5 @@ fi
if [ ! "$failed_tests" = 0 ]; then
echo -e "\033[31mFailing tests: $failed_tests\033[0m\n" >&2
cat test.log
exit -1
exit 1
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment