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 ee00f1fffddb21d2e260e2d7e93537e08e81ac07..93ea99a441a46a633356738b12552ff8098735ae 100644 |
--- a/build/android/pylib/test_options_parser.py |
+++ b/build/android/pylib/test_options_parser.py |
@@ -109,6 +109,10 @@ 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('--flakiness-dashboard-server', |
+ dest='flakiness_dashboard_server', |
+ help=('Address of the server that is hosting the ' |
+ 'Chrome for Android flakiness dashboard.')) |
def ValidateInstrumentationOptions(option_parser, options, args): |
"""Validate options/arguments and populate options with defaults.""" |