| Index: build/android/test_runner.py
|
| diff --git a/build/android/test_runner.py b/build/android/test_runner.py
|
| index 6423ad64e29c09eb7211b6e8cee344dd934f29fd..e55f8c0cdb3651aac177fe9f21a0c2bcd9477993 100755
|
| --- a/build/android/test_runner.py
|
| +++ b/build/android/test_runner.py
|
| @@ -249,8 +249,6 @@
|
| group.add_argument('-s', '--suite', dest='suite_name',
|
| nargs='+', metavar='SUITE_NAME', required=True,
|
| help='Executable name of the test suite to run.')
|
| - group.add_argument('--executable-path',
|
| - help='Path to executable for native (non-apk) tests.')
|
| group.add_argument('--test-apk-incremental-install-script',
|
| help='Path to install script for the test apk.')
|
| group.add_argument('--gtest_also_run_disabled_tests',
|
|
|