ci: Set --ansi in test_runner

This commit is contained in:
MarcoFalke 2019-08-16 08:55:28 -04:00
parent 93bacb8cc9
commit faba46da07
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -16,7 +16,7 @@ fi
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
BEGIN_FOLD functional-tests
DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast
DOCKER_EXEC test/functional/test_runner.py --ci --ansi --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast
END_FOLD
fi