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

Unified Diff: testing/scripts/common.py

Issue 890653002: Add support for cc_perftests and other non-telemetry gtest based tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added _apk. Created 5 years, 10 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: testing/scripts/common.py
diff --git a/testing/scripts/common.py b/testing/scripts/common.py
index f3617c7111ba0ada2a0bf3ce6e0c2de9e8051cf9..d7d29528334b5da96aa49884e1522fab5492e623 100644
--- a/testing/scripts/common.py
+++ b/testing/scripts/common.py
@@ -31,6 +31,7 @@ def run_script(argv, funcs):
parser.add_argument('--build-config-fs')
parser.add_argument('--paths', type=parse_json, default={})
parser.add_argument('--properties', type=parse_json, default={})
+ parser.add_argument('--args', type=parse_json, default=[])
iannucci 2015/02/23 18:02:49 why is the introduction of a new argument necessar
iannucci 2015/02/23 18:04:33 Actually... it looks like this isn't even used by
shatch 2015/02/23 20:14:21 This was Pawel's preference when we spoke over ema
Paweł Hajdan Jr. 2015/02/23 20:46:30 I consider properties to be the same for all scrip
subparsers = parser.add_subparsers()

Powered by Google App Engine
This is Rietveld 408576698