summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-01-10 16:18:37 +0100
committerJoas Schilling <coding@schilljs.com>2023-01-19 08:26:25 +0100
commitbfb225a0c1f76f3bf6b4169f8bc5ac3dde856eec (patch)
tree533d4314afa88b39a2573adcbc9f38bea7b8e49a /tests
parentbc54fe508f7903b3da96773857597464ebd96937 (diff)
chore(CI): Force colors so we can see what happens
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/integration/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/run.sh b/tests/integration/run.sh
index 0ead960a3..b33e8cf3b 100755
--- a/tests/integration/run.sh
+++ b/tests/integration/run.sh
@@ -77,7 +77,7 @@ echo ''
echo '#'
echo '# Running tests'
echo '#'
-${APP_INTEGRATION_DIR}/vendor/bin/behat -f junit -f pretty $1 $2
+${APP_INTEGRATION_DIR}/vendor/bin/behat --colors -f junit -f pretty $1 $2
RESULT=$?
echo ''