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

Unified Diff: build/android/test_runner.py

Issue 2536373005: Add --test-jar arg to test_runner to explicitly specify its path. (Closed)
Patch Set: Added required=True 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..09c2ec33cf5d29ab96079ca66010eda0f5ebcf86 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', required=True,
+ 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.')
« no previous file with comments | « build/android/pylib/instrumentation/instrumentation_test_instance.py ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698