Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbb4e5 commit 8752509Copy full SHA for 8752509
1 file changed
test/install_and_run_tests.sh
@@ -20,7 +20,7 @@ status_line_regex="^[0-9]+ tests, ([0-9]+) failed, ([0-9]+) errored.*"
20
21
RC=$(cat min_test_results.log | grep -E "${status_line_regex}" | sed -re "s/${status_line_regex}/\1\2/")
22
23
-if [ "$RC" == "1" ] then
+if [ "$RC" == "1" ]; then
24
exit 1
25
fi
26
0 commit comments