| Index: build/android/pylib/utils/test_options_parser.py
|
| diff --git a/build/android/pylib/utils/test_options_parser.py b/build/android/pylib/utils/test_options_parser.py
|
| index 7633c873a62167aa59e4228b3b11970d90d7f9f6..5cc13e70f51262579314855ed976efa7ee59b7e9 100644
|
| --- a/build/android/pylib/utils/test_options_parser.py
|
| +++ b/build/android/pylib/utils/test_options_parser.py
|
| @@ -115,14 +115,6 @@ def AddGTestOptions(option_parser):
|
| help='Use Xvfb around tests (ignored if not Linux).')
|
| option_parser.add_option('--webkit', action='store_true',
|
| help='Run the tests from a WebKit checkout.')
|
| - option_parser.add_option('--fast', '--fast_and_loose', dest='fast_and_loose',
|
| - action='store_true',
|
| - help='Go faster (but be less stable), '
|
| - 'for quick testing. Example: when tracking down '
|
| - 'tests that hang to add to the disabled list, '
|
| - 'there is no need to redeploy the test binary '
|
| - 'or data to the device again. '
|
| - 'Don\'t use on bots by default!')
|
| option_parser.add_option('--repeat', dest='repeat', type='int',
|
| default=2,
|
| help='Repeat count on test timeout.')
|
|
|