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

Unified Diff: tools/mb/mb.py

Issue 2513073002: Update gtest-parallel and introduce gtest-parallel-wrapper. (Closed)
Patch Set: Updated README.webrtc. Created 4 years, 1 month 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 | « third_party/gtest-parallel/gtest-parallel-wrapper.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb.py
diff --git a/tools/mb/mb.py b/tools/mb/mb.py
index 19926c9803e4a95b4fd9cd123db8eaa32ebbc2b4..02070c52dbe22d7e2d16ce83006cf8d8b7b63e0f 100755
--- a/tools/mb/mb.py
+++ b/tools/mb/mb.py
@@ -1117,22 +1117,22 @@ class MetaBuildWrapper(object):
'../../testing/test_env.py',
'../../testing/xvfb.py',
'../../third_party/gtest-parallel/gtest-parallel',
+ '../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
]
cmdline = [
- '../../testing/xvfb.py',
- '.',
- 'python',
- '../../third_party/gtest-parallel/gtest-parallel',
+ '../../testing/xvfb.py',
+ '.',
+ '../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
] + common_cmdline
elif test_type in ('windowed_test_launcher', 'console_test_launcher'):
extra_files = [
'../../testing/test_env.py',
'../../third_party/gtest-parallel/gtest-parallel',
+ '../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
]
cmdline = [
'../../testing/test_env.py',
- 'python',
- '../../third_party/gtest-parallel/gtest-parallel',
+ '../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
] + common_cmdline
elif test_type == 'non_parallel_console_test_launcher':
extra_files = [
« no previous file with comments | « third_party/gtest-parallel/gtest-parallel-wrapper.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698