diff options
author | Joas Schilling <coding@schilljs.com> | 2023-01-12 17:39:06 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-01-12 17:39:06 +0100 |
commit | c1e500b0e014597a9c3b99c33e3d96d236cf9994 (patch) | |
tree | fd502cbdd5d4796df5343409c33e01af976774ec /build/integration | |
parent | d389b54e2ade596982a6055afb9db515219b44ae (diff) | |
download | nextcloud-server-c1e500b0e014597a9c3b99c33e3d96d236cf9994.tar.gz nextcloud-server-c1e500b0e014597a9c3b99c33e3d96d236cf9994.zip |
feat(CI): Enforce colored output for behat on drone CI
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build/integration')
-rwxr-xr-x | build/integration/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/run.sh b/build/integration/run.sh index a20398e8ee9..45a0333038e 100755 --- a/build/integration/run.sh +++ b/build/integration/run.sh @@ -60,7 +60,7 @@ if [ "$INSTALLED" == "true" ]; then fi -vendor/bin/behat --strict -f junit -f pretty $TAGS $SCENARIO_TO_RUN +vendor/bin/behat --strict --colors -f junit -f pretty $TAGS $SCENARIO_TO_RUN RESULT=$? kill $PHPPID |