Use --nocolor on prove
[lttng-ci.git] / lava / system-tests / destructive-tests.yml
index a5668eb1a9662f502851afa46c9f6f5a39fe7ef9..f864bfeac0d1b98d4fcc1a022b5acd88cf53571e 100644 (file)
@@ -25,7 +25,7 @@ run:
                 - export LTTNG_ENABLE_DESTRUCTIVE_TESTS="will-break-my-system"
                 - cd tests
                 #Need to check if the file is present for branches where the testcase was not backported
-                - lava-test-case run-tests --shell "if [ -e root_destructive_tests ]; then prove --verbose --merge --exec '' - < root_destructive_tests; else echo 'root_destructive_tests not found'; fi"
+                - lava-test-case run-tests --shell "if [ -e root_destructive_tests ]; then prove --nocolor --verbose --merge --exec '' - < root_destructive_tests; else echo 'root_destructive_tests not found'; fi"
                 - popd
                 - tar czf coredump.tar.gz coredump
                 - ./ci/lava/upload_artifact.sh coredump.tar.gz "results/${JENKINS_BUILD_ID}/coredump.tar.gz"
This page took 0.040718 seconds and 4 git commands to generate.