| Index: build/android/run_instrumentation_tests.py
|
| diff --git a/build/android/run_instrumentation_tests.py b/build/android/run_instrumentation_tests.py
|
| index 089c04c3c490ebc9e78d9a1f85e3c8050bb7c086..598331b999bad9367c6784838edd225ab29b2706 100755
|
| --- a/build/android/run_instrumentation_tests.py
|
| +++ b/build/android/run_instrumentation_tests.py
|
| @@ -51,7 +51,7 @@ def DispatchInstrumentationTests(options):
|
| results=all_results,
|
| test_type='Instrumentation',
|
| test_package=os.path.basename(options.test_apk),
|
| - annotation=options.annotation,
|
| + annotation=options.annotations,
|
| build_type=options.build_type,
|
| flakiness_server=options.flakiness_dashboard_server)
|
|
|
|
|