| 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..2529d202d7de24565300fe2140d2ec224400bee4 100755
|
| --- a/tools-webrtc/mb/mb_unittest.py
|
| +++ b/tools-webrtc/mb/mb_unittest.py
|
| @@ -504,6 +504,8 @@ class UnitTest(unittest.TestCase):
|
| self.assertEqual(command, [
|
| '../../testing/xvfb.py',
|
| '../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
|
| + '--output_dir=${ISOLATED_OUTDIR}/test_logs',
|
| + '--timeout=900',
|
| './base_unittests',
|
| '--',
|
| '--asan=0',
|
| @@ -548,6 +550,8 @@ 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',
|
| + '--timeout=900',
|
| r'.\unittests.exe',
|
| '--',
|
| '--asan=0',
|
| @@ -588,6 +592,8 @@ 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',
|
| + '--timeout=900',
|
| './base_unittests',
|
| '--',
|
| '--asan=0',
|
|
|