Skip to content

Commit

Permalink
Fix test result check in init-and-run-tests.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
ceceppa committed Oct 26, 2023
1 parent 4fdb2ba commit 0afcb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-and-run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ then
exit 1
fi

if ! grep -q "All tests passed!:" "$TEMP_FILE"
if ! grep -q "All tests passed!" "$TEMP_FILE"
then
echo "One or more test have failed"
exit 1
Expand Down

0 comments on commit 0afcb4c

Please sign in to comment.