| Index: tools/chrome_proxy/webdriver/common.py
|
| diff --git a/tools/chrome_proxy/webdriver/common.py b/tools/chrome_proxy/webdriver/common.py
|
| index 75769bf0752363a21dcc926b281e4692bcc85c49..f17ab3b2a60bb7d0c0b6174bc40e645b0f04fc72 100644
|
| --- a/tools/chrome_proxy/webdriver/common.py
|
| +++ b/tools/chrome_proxy/webdriver/common.py
|
| @@ -72,6 +72,8 @@ def ParseFlags():
|
| 'successful test run, also pass --disable_buffer. Default=ERROR')
|
| parser.add_argument('--log_file', help='If given, write logging statements '
|
| 'to the given file instead of stderr.')
|
| + parser.add_argument('--skip_slow', action='store_true', help='If set, tests '
|
| + 'marked as slow will be skipped.', default=False)
|
| return parser.parse_args(sys.argv[1:])
|
|
|
| def GetLogger(name='common'):
|
|
|