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