Index: tools-webrtc/mb/mb_unittest.py |
diff --git a/tools-webrtc/mb/mb_unittest.py b/tools-webrtc/mb/mb_unittest.py |
index 998133b76702278ea00d0464c0903e719c663ab2..26ca19031d1662a990a781c0f92642edc1ae46cc 100755 |
--- a/tools-webrtc/mb/mb_unittest.py |
+++ b/tools-webrtc/mb/mb_unittest.py |
@@ -448,6 +448,7 @@ class UnitTest(unittest.TestCase): |
self.assertEqual(command, [ |
'../../testing/test_env.py', |
'../../tools-webrtc/gtest-parallel-wrapper.py', |
+ '--gtest_color=no', |
'--output_dir=${ISOLATED_OUTDIR}/test_logs', |
'./base_unittests', |
'--workers=1', |
@@ -493,6 +494,7 @@ class UnitTest(unittest.TestCase): |
self.assertEqual(command, [ |
'../../testing/xvfb.py', |
'../../tools-webrtc/gtest-parallel-wrapper.py', |
+ '--gtest_color=no', |
'--output_dir=${ISOLATED_OUTDIR}/test_logs', |
'./base_unittests', |
'--', |
@@ -538,6 +540,7 @@ class UnitTest(unittest.TestCase): |
self.assertEqual(command, [ |
'../../testing/test_env.py', |
'../../tools-webrtc/gtest-parallel-wrapper.py', |
+ '--gtest_color=no', |
'--output_dir=${ISOLATED_OUTDIR}\\test_logs', |
r'.\unittests.exe', |
'--', |
@@ -579,6 +582,7 @@ class UnitTest(unittest.TestCase): |
self.assertEqual(command, [ |
'../../testing/test_env.py', |
'../../tools-webrtc/gtest-parallel-wrapper.py', |
+ '--gtest_color=no', |
'--output_dir=${ISOLATED_OUTDIR}/test_logs', |
'./base_unittests', |
'--', |