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

Unified Diff: testing/scripts/gtest_perf_test.py

Issue 2437383002: [Android] Pass devil adb path to the gtest perf tests. (Closed)
Patch Set: stip comment Created 4 years, 2 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/gtest_perf_test.py
diff --git a/testing/scripts/gtest_perf_test.py b/testing/scripts/gtest_perf_test.py
index b634faf2b211330dd5e43f766d49b48b018b5234..c40d914a56d140fa503225d5d0ee21f5166a4996 100755
--- a/testing/scripts/gtest_perf_test.py
+++ b/testing/scripts/gtest_perf_test.py
@@ -48,6 +48,7 @@ def main_run(args):
'run_%s' % test_suite),
'--verbose',
])
+ gtest_args.extend(script_args[1:])
else:
gtest_args.extend(['--xvfb'])
gtest_args.extend(script_args)

Powered by Google App Engine
This is Rietveld 408576698