Index: tools-webrtc/mb/mb_unittest.py |
diff --git a/tools-webrtc/mb/mb_unittest.py b/tools-webrtc/mb/mb_unittest.py |
index 3f9a6c9adb89339fea84bc54279f00291497d46c..f5c5bc272bf8d2c05926a0ca70999398fc415ce8 100755 |
--- a/tools-webrtc/mb/mb_unittest.py |
+++ b/tools-webrtc/mb/mb_unittest.py |
@@ -504,6 +504,7 @@ class UnitTest(unittest.TestCase): |
self.assertEqual(command, [ |
'../../testing/xvfb.py', |
'../../third_party/gtest-parallel/gtest-parallel-wrapper.py', |
+ '--output_dir=${ISOLATED_OUTDIR}/test_logs', |
'./base_unittests', |
'--', |
'--asan=0', |
@@ -548,6 +549,7 @@ class UnitTest(unittest.TestCase): |
self.assertEqual(command, [ |
'../../testing/test_env.py', |
'../../third_party/gtest-parallel/gtest-parallel-wrapper.py', |
+ '--output_dir=${ISOLATED_OUTDIR}\\test_logs', |
r'.\unittests.exe', |
'--', |
'--asan=0', |
@@ -588,6 +590,7 @@ class UnitTest(unittest.TestCase): |
self.assertEqual(command, [ |
'../../testing/test_env.py', |
'../../third_party/gtest-parallel/gtest-parallel-wrapper.py', |
+ '--output_dir=${ISOLATED_OUTDIR}/test_logs', |
'./base_unittests', |
'--', |
'--asan=0', |