Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8752509

Browse files
committed
Update shell
1 parent 9dbb4e5 commit 8752509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/install_and_run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ status_line_regex="^[0-9]+ tests, ([0-9]+) failed, ([0-9]+) errored.*"
2020

2121
RC=$(cat min_test_results.log | grep -E "${status_line_regex}" | sed -re "s/${status_line_regex}/\1\2/")
2222

23-
if [ "$RC" == "1" ] then
23+
if [ "$RC" == "1" ]; then
2424
exit 1
2525
fi
2626

0 commit comments

Comments
 (0)