aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-08-16 08:55:28 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-08-16 08:50:01 -0400
commitfaba46da07cd8383d0bc841d37ea9cacba60e354 (patch)
tree15c32c01d1028c47d1af5cb7ba8c81ac628d60b2 /ci
parent93bacb8cc9c05010659d9aea463ebac5c1b6bf39 (diff)
downloadbitcoin-faba46da07cd8383d0bc841d37ea9cacba60e354.tar.xz
ci: Set --ansi in test_runner
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/06_script_b.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh
index fafb6e0493..d179ce81c0 100755
--- a/ci/test/06_script_b.sh
+++ b/ci/test/06_script_b.sh
@@ -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