summaryrefslogtreecommitdiffstats
path: root/build/integration
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-01-12 17:39:06 +0100
committerJoas Schilling <coding@schilljs.com>2023-01-12 17:39:06 +0100
commitc1e500b0e014597a9c3b99c33e3d96d236cf9994 (patch)
treefd502cbdd5d4796df5343409c33e01af976774ec /build/integration
parentd389b54e2ade596982a6055afb9db515219b44ae (diff)
downloadnextcloud-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-xbuild/integration/run.sh2
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