Use --no-color in integration tests
authorAntoine Busque <abusque@efficios.com>
Wed, 27 Apr 2016 19:10:33 +0000 (15:10 -0400)
committerAntoine Busque <abusque@efficios.com>
Wed, 27 Apr 2016 19:11:37 +0000 (15:11 -0400)
Signed-off-by: Antoine Busque <abusque@efficios.com>
tests/integration/analysis_test.py

index 53c5b156bb28eac91c9b0db87914013995c6554e..d08c9152548d1acdedae8630e2ede4f8c9f292bf 100644 (file)
@@ -28,7 +28,7 @@ from .trace_writer import TraceWriter
 
 
 class AnalysisTest(unittest.TestCase):
-    COMMON_OPTIONS = '--no-progress --skip-validation --gmt'
+    COMMON_OPTIONS = '--no-color --no-progress --skip-validation --gmt'
 
     def __init__(self, *args, **kwargs):
         super().__init__(*args, **kwargs)
This page took 0.040108 seconds and 5 git commands to generate.