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

Unified Diff: tools/mb/mb.py

Issue 1354223004: Run telemetry_gpu_unittests via isolate on "Linux Tests" and trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mb.py's fix Created 5 years, 3 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
Index: tools/mb/mb.py
diff --git a/tools/mb/mb.py b/tools/mb/mb.py
index 10cff5365d7c1e80c767dde8db36001a1c257937..d79ed606226edef01364c5d2fb465964a94266a4 100755
--- a/tools/mb/mb.py
+++ b/tools/mb/mb.py
@@ -555,7 +555,8 @@ class MetaBuildWrapper(object):
]
cmdline = [
'../../testing/test_env.py',
- ] + ['../../' + self.ToSrcRelPath(gn_isolate_map[target]['script'])]
+ ] + ['../../' + self.ToSrcRelPath(gn_isolate_map[target]['script'])
+ ] + gn_isolate_map[target].get('args', [])
Dirk Pranke 2015/09/19 00:07:13 nit: can you reformat this to: cmdline = [ '.
nednguyen 2015/09/21 17:26:18 Done.
elif test_type in ('raw'):
extra_files = []
cmdline = [

Powered by Google App Engine
This is Rietveld 408576698