| Index: build/android/pylib/test_options_parser.py
|
| diff --git a/build/android/pylib/test_options_parser.py b/build/android/pylib/test_options_parser.py
|
| index d88e997a7a0bc135b0cb789d341089cd696c4218..65399aadf9b8f6004f5ecb4eb3fb30283ff8662e 100644
|
| --- a/build/android/pylib/test_options_parser.py
|
| +++ b/build/android/pylib/test_options_parser.py
|
| @@ -73,6 +73,10 @@ def AddTestRunnerOptions(option_parser, default_timeout=60):
|
| dest='tool',
|
| help='Run the test under a tool '
|
| '(use --tool help to list them)')
|
| + option_parser.add_option('--flakiness-dashboard-server',
|
| + dest='flakiness_dashboard_server',
|
| + help=('Address of the server that is hosting the '
|
| + 'Chrome for Android flakiness dashboard.'))
|
| AddBuildTypeOption(option_parser)
|
|
|
|
|
| @@ -126,10 +130,6 @@ def AddInstrumentationOptions(option_parser):
|
| 'kept. When this is run via a sharder '
|
| 'the test server ports should be kept and '
|
| 'should not be reset.')
|
| - option_parser.add_option('--flakiness-dashboard-server',
|
| - dest='flakiness_dashboard_server',
|
| - help=('Address of the server that is hosting the '
|
| - 'Chrome for Android flakiness dashboard.'))
|
| option_parser.add_option('--buildbot-step-failure',
|
| action='store_true',
|
| help=('If present, will set the buildbot status '
|
|
|