summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/testutils/runcli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils/runcli.py b/tests/testutils/runcli.py
index f165232dc..9cce20f7a 100644
--- a/tests/testutils/runcli.py
+++ b/tests/testutils/runcli.py
@@ -62,7 +62,7 @@ class Cli():
args = []
with ExitStack() as stack:
- bst_args = []
+ bst_args = ['--no-colors']
if silent:
bst_args += ['--no-verbose']