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

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: Clean up debug printing 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 bcb9cb2d0995eed64cece1072ce2f601f803f657..7a39f567a01d22a056992da05e3546be0fd14429 100755
--- a/tools/mb/mb.py
+++ b/tools/mb/mb.py
@@ -557,7 +557,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', [])
M-A Ruel 2015/09/22 17:08:19 It'd be more readable to use: ] cmdline.extend(gn_
Dirk Pranke 2015/09/22 17:48:52 meh :)
elif test_type in ('raw'):
extra_files = []
cmdline = [
« infra/scripts/runtest_wrapper.py ('K') | « testing/scripts/run_telemetry_as_googletest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698