mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Make the test-wpt mach command support all the command line arguments of wptrunner.
Also remove the shell script and ensure that default options are set in a single location
This commit is contained in:
parent
0a7429f147
commit
2bde318d24
7 changed files with 162 additions and 77 deletions
|
@ -11,8 +11,11 @@ import sys
|
|||
SEARCH_PATHS = [
|
||||
"python/mach",
|
||||
"python/toml",
|
||||
"python/mozlog",
|
||||
"python/mozinfo",
|
||||
"python/mozdebug",
|
||||
"tests/wpt",
|
||||
"tests/wpt/harness",
|
||||
]
|
||||
|
||||
# Individual files providing mach commands.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue