Skip to content

Commit

Permalink
remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
ceceppa committed Oct 26, 2023
1 parent ff65be8 commit 4fdb2ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init-and-run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ fi

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

0 comments on commit 4fdb2ba

Please sign in to comment.