diff options
author | Joas Schilling <coding@schilljs.com> | 2023-01-13 11:30:00 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-01-13 11:31:13 +0100 |
commit | 238e9cf3a85b923c36421c4adb37c0036340f0be (patch) | |
tree | 6958443e888e68e51f1b5763d48aefd77a8dd9d9 /tests/acceptance | |
parent | 6d0f80c25322ca666ee1aa30bce3a910e57a8b3b (diff) | |
download | nextcloud-server-238e9cf3a85b923c36421c4adb37c0036340f0be.tar.gz nextcloud-server-238e9cf3a85b923c36421c4adb37c0036340f0be.zip |
feat(CI): Enforce colored output for acceptance tests on drone CI
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/acceptance')
-rwxr-xr-x | tests/acceptance/run-local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/run-local.sh b/tests/acceptance/run-local.sh index 4da31e35e6c..7e66ca71ec7 100755 --- a/tests/acceptance/run-local.sh +++ b/tests/acceptance/run-local.sh @@ -226,4 +226,4 @@ cd tests/acceptance echo "Waiting for Selenium" timeout 60s bash -c "while ! curl $SELENIUM_SERVER >/dev/null 2>&1; do sleep 1; done" -vendor/bin/behat --config=$ACCEPTANCE_TESTS_CONFIG_DIR/behat.yml $SCENARIO_TO_RUN +vendor/bin/behat --colors --config=$ACCEPTANCE_TESTS_CONFIG_DIR/behat.yml $SCENARIO_TO_RUN |