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].') |