Skip to content

Commit

Permalink
Make every failing testsuite return exit codes
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed Jan 16, 2024
1 parent 360d516 commit 824afc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/qa/phpunit
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env sh

# Make sure every command returns an error if tests fail
set -e

cd $(dirname $0)/../../

# PHPUnit Bridge should always be used in Symfony applications. (https://symfony.com/doc/current/components/phpunit_bridge.html)
Expand Down

0 comments on commit 824afc2

Please sign in to comment.