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

Unified Diff: build/android/test_runner.py

Issue 872783003: Use upload test to get uirobot test id. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/remote/device/remote_device_uirobot_test_run.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 19649ff390bb0c4e48b50c54ba68c075c3fbbf3d..6eb368af41e282a8ec1f87a174afd94ff203356c 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -140,7 +140,6 @@ def AddRemoteDeviceOptions(parser):
group.add_argument('--runner-type', default='',
help='Type of test to run as.')
group.add_argument('--runner-package', help='Package name of test.')
- group.add_argument('--app-under-test', help='APK to run tests on.')
group.add_argument('--device-type', default='Android',
choices=constants.VALID_DEVICE_TYPES,
help=('Type of device to run on. iOS or android'))
@@ -507,6 +506,7 @@ def AddUirobotTestOptions(parser):
"""Adds uirobot test options to |option_parser|."""
group = parser.add_argument_group('Uirobot Test Options')
+ group.add_argument('--app-under-test', help='APK to run tests on.')
group.add_argument(
'--minutes', default=5, type=int,
help='Number of minutes to run uirobot test [default: %default].')
« no previous file with comments | « build/android/pylib/remote/device/remote_device_uirobot_test_run.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698