mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Update WPT test expectations for --release builds
This commit is contained in:
parent
b386d7ae44
commit
859f99d5e8
2 changed files with 7 additions and 0 deletions
|
@ -242,6 +242,8 @@ class MachCommands(CommandBase):
|
|||
|
||||
os.environ["hosts_file_path"] = hosts_file_path
|
||||
|
||||
kwargs["debug"] = not kwargs["release"]
|
||||
|
||||
run_file = path.abspath(path.join("tests", "wpt", "run_wpt.py"))
|
||||
run_globals = {"__file__": run_file}
|
||||
execfile(run_file, run_globals)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue