| Index: tools/testing/run_selenium.py
|
| ===================================================================
|
| --- tools/testing/run_selenium.py (revision 6665)
|
| +++ tools/testing/run_selenium.py (working copy)
|
| @@ -127,6 +127,7 @@
|
| help = 'The type of test we are running',
|
| action = 'store', default='correctness')
|
| args, _ = parser.parse_args(args=args)
|
| + args.out = args.out.strip('"')
|
| if args.executable and args.browser != 'dartium':
|
| print 'Executable path only supported when browser=dartium.'
|
| sys.exit(1)
|
|
|