mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update to latest wptrunner
This commit is contained in:
parent
3c00aff546
commit
06da4412f6
5 changed files with 22 additions and 9 deletions
|
@ -58,6 +58,9 @@ def create_parser(product_choices=None):
|
|||
|
||||
parser.add_argument("--binary", action="store",
|
||||
type=abs_path, help="Binary to run tests against")
|
||||
parser.add_argument('--binary-arg',
|
||||
default=[], action="append", dest="binary_args",
|
||||
help="Extra argument for the binary (servo)")
|
||||
parser.add_argument("--webdriver-binary", action="store", metavar="BINARY",
|
||||
type=abs_path, help="WebDriver server binary to use")
|
||||
parser.add_argument("--processes", action="store", type=int, default=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue