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

Unified Diff: tools/mb/mb.py

Issue 2202393002: swarming: wholesale switch remaining tests to run on Swarming. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Oops Created 4 years, 4 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 | « testing/buildbot/manage.py ('k') | ui/chromeos/BUILD.gn » ('j') | 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 ff75f84dac33ba2afc24b6b615d215ceb896d7e7..c82fb9044c9c3df6f668c5762bb29c174ffcacea 100755
--- a/tools/mb/mb.py
+++ b/tools/mb/mb.py
@@ -1057,8 +1057,9 @@ class MetaBuildWrapper(object):
'--test-launcher-bot-mode',
'--enable-gpu',
'--test-launcher-jobs=1',
- '--gtest_filter=%s' % gtest_filter,
]
+ if gtest_filter:
+ cmdline.extend(('--gtest_filter=%s' % gtest_filter))
Dirk Pranke 2016/08/03 22:33:44 ick. I'm surprised this didn't cause more problems
M-A Ruel 2016/08/03 22:37:58 This was broken, fixed in patchset 4.
elif test_type == 'script':
extra_files = [
'../../testing/test_env.py'
« no previous file with comments | « testing/buildbot/manage.py ('k') | ui/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698