Skip to content

Commit 415e9ad

Browse files
amitaibuAronNovak
authored andcommitted
Fail phpunit parallel testing if a test fails
1 parent 7430058 commit 415e9ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ddev/commands/web/phpunit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
## Usage: phpunit [arguments]
55
## Example: "ddev phpunit" or "ddev phpunit web/modules/custom/server_general".
66

7+
set -euo pipefail
8+
79
# Function to check if path contains sequential group tests
810
needs_sequential() {
911
local path="$1"

0 commit comments

Comments
 (0)