| 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 b5e44db088b05ce68aa1fe2427e95588c7f7fe69..adf304557f4aab9dcd69dafb2b16da2ed8bcafd0 100644
|
| --- a/build/android/pylib/test_options_parser.py
|
| +++ b/build/android/pylib/test_options_parser.py
|
| @@ -109,6 +109,12 @@ def AddInstrumentationOptions(option_parser):
|
| help='Serial number of device we should use.')
|
| option_parser.add_option('--python_test_root',
|
| help='Root of the python-driven tests.')
|
| + option_parser.add_option('--keep_test_server_ports',
|
| + action='store_true',
|
| + help='Indicates the test server ports must be '
|
| + '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 '
|
|
|