aboutsummaryrefslogtreecommitdiffstats
path: root/python/mach_bootstrap.py
diff options
context:
space:
mode:
authorJ. Ryan Stinnett <jryans@gmail.com>2016-07-21 18:54:09 -0500
committerJ. Ryan Stinnett <jryans@gmail.com>2016-07-21 19:31:24 -0500
commit3bc2a5632a48282154102ec115afeb339a1e3ff1 (patch)
treee12395027f2a711524368e331a2e8c9fa84e9a72 /python/mach_bootstrap.py
parentf8eab2b1658e687de03d58beb5b87fd0719509ef (diff)
downloadservo-3bc2a5632a48282154102ec115afeb339a1e3ff1.tar.gz
servo-3bc2a5632a48282154102ec115afeb339a1e3ff1.zip
Allow running WPT in Firefox
Diffstat (limited to 'python/mach_bootstrap.py')
-rw-r--r--python/mach_bootstrap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/mach_bootstrap.py b/python/mach_bootstrap.py
index 0b5a31c7459..d63f66492d5 100644
--- a/python/mach_bootstrap.py
+++ b/python/mach_bootstrap.py
@@ -135,6 +135,7 @@ def _activate_virtualenv(topdir):
requirements_paths = [
os.path.join("python", "requirements.txt"),
os.path.join("tests", "wpt", "harness", "requirements.txt"),
+ os.path.join("tests", "wpt", "harness", "requirements_firefox.txt"),
os.path.join("tests", "wpt", "harness", "requirements_servo.txt"),
]
for req_rel_path in requirements_paths: