Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: tools-webrtc/mb/mb_unittest.py

Issue 2862803002: Don't duplicate gtest-parallel flags in gtest-parallel-wrappers. (Closed)
Patch Set: Updated comments. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools-webrtc/mb/mb.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/mb/mb_unittest.py
diff --git a/tools-webrtc/mb/mb_unittest.py b/tools-webrtc/mb/mb_unittest.py
index 26ca19031d1662a990a781c0f92642edc1ae46cc..2950015cef305eae4413b962051d7760571dbb92 100755
--- a/tools-webrtc/mb/mb_unittest.py
+++ b/tools-webrtc/mb/mb_unittest.py
@@ -448,8 +448,9 @@ 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',
+ '--gtest_color=no',
+ '--timeout=900',
'./base_unittests',
'--workers=1',
'--',
@@ -494,8 +495,9 @@ 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',
+ '--gtest_color=no',
+ '--timeout=900',
'./base_unittests',
'--',
'--asan=0',
@@ -540,8 +542,9 @@ 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',
+ '--gtest_color=no',
+ '--timeout=900',
r'.\unittests.exe',
'--',
'--asan=0',
@@ -582,8 +585,9 @@ 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',
+ '--gtest_color=no',
+ '--timeout=900',
'./base_unittests',
'--',
'--asan=0',
« no previous file with comments | « tools-webrtc/mb/mb.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698