mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
merge run_wpt.py into run.py
This commit is contained in:
parent
4997ec26c2
commit
ae20469636
4 changed files with 13 additions and 31 deletions
|
@ -385,7 +385,7 @@ class MachCommands(CommandBase):
|
|||
def _test_wpt(self, **kwargs):
|
||||
hosts_file_path = path.join(self.context.topdir, 'tests', 'wpt', 'hosts')
|
||||
os.environ["hosts_file_path"] = hosts_file_path
|
||||
run_file = path.abspath(path.join(self.context.topdir, "tests", "wpt", "run_wpt.py"))
|
||||
run_file = path.abspath(path.join(self.context.topdir, "tests", "wpt", "run.py"))
|
||||
return self.wptrunner(run_file, **kwargs)
|
||||
|
||||
# Helper to ensure all specified paths are handled, otherwise dispatch to appropriate test suite.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue