aboutsummaryrefslogtreecommitdiffstats
path: root/python/mach_bootstrap.py
diff options
context:
space:
mode:
authorJames Graham <james@hoppipolla.co.uk>2015-03-27 21:22:40 +0000
committerJames Graham <james@hoppipolla.co.uk>2015-04-03 23:28:51 +0100
commit2bde318d24a2ecd2698edd108013c138630bec9d (patch)
treec78cc89440349238ef92439b3e2d5a91de275a5f /python/mach_bootstrap.py
parent0a7429f14720bffc9f7e191518fe32846c33ffe0 (diff)
downloadservo-2bde318d24a2ecd2698edd108013c138630bec9d.tar.gz
servo-2bde318d24a2ecd2698edd108013c138630bec9d.zip
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
Diffstat (limited to 'python/mach_bootstrap.py')
-rw-r--r--python/mach_bootstrap.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/mach_bootstrap.py b/python/mach_bootstrap.py
index e1305daba47..8d7953d084e 100644
--- a/python/mach_bootstrap.py
+++ b/python/mach_bootstrap.py
@@ -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.