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

Unified Diff: build/android/test_runner.py

Issue 2536373005: Add --test-jar arg to test_runner to explicitly specify its path. (Closed)
Patch Set: Add --test-jar arg to test_runner to explicitly specify its path. Created 4 years 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: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index f872ad0d5cda6e86ec6b1680f18188888f790824..a32d24ad8663cd0bfdbe84bbc66e31c5655b8183 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -346,6 +346,8 @@ def AddInstrumentationTestOptions(parser):
help='Path or name of the apk containing the tests '
'(name is without the .apk extension; '
'e.g. "ContentShellTest").')
+ group.add_argument('--test-jar',
jbudorick 2016/11/30 20:58:53 (if this is going to be required, it should be mar
mikecase (-- gone --) 2016/11/30 21:05:09 It will only be required until CTS CL lands. But,
jbudorick 2016/11/30 21:08:17 ack. With you changing it in the CTS CL, this woul
+ help='Path of jar containing test java files.')
group.add_argument('--test-apk-incremental-install-script',
type=os.path.realpath,
help='Path to install script for the --test-apk.')

Powered by Google App Engine
This is Rietveld 408576698