servo: 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

Source-Repo: https://github.com/servo/servo
Source-Revision: 2bde318d24a2ecd2698edd108013c138630bec9d
This commit is contained in:
James Graham
2015-03-27 21:22:40 +00:00
parent 0b1489def1
commit b926fd1ee6
2 changed files with 65 additions and 27 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.