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:
James Graham 2015-03-27 21:22:40 +00:00
parent 0a7429f147
commit 2bde318d24
7 changed files with 162 additions and 77 deletions

View file

@ -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.