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

Unified Diff: build/android/test_runner.py

Issue 1564583003: [Android] Add APK under test and additional APK support for the old mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « build/android/pylib/instrumentation/test_package.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 192718e85920b745fc69a372042dbf86e4724ecd..4f968b5008d6d05c93f219af98d53e78f9992021 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -450,7 +450,9 @@ def ProcessInstrumentationOptions(args):
args.isolate_file_path,
args.set_asserts,
args.delete_stale_data,
- args.timeout_scale)
+ args.timeout_scale,
+ args.apk_under_test,
+ args.additional_apks)
def AddUIAutomatorTestOptions(parser):
« no previous file with comments | « build/android/pylib/instrumentation/test_package.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698