diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2015-07-23 20:04:17 -0700 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2015-07-23 22:57:54 -0700 |
commit | 859f99d5e8bd6c1b84146e446aaf36baacd230c9 (patch) | |
tree | 4edcb24a99bf1076faf6cb12503bc0ff9029e688 /python/servo/testing_commands.py | |
parent | b386d7ae444af868907b9faff44e8432469160bd (diff) | |
download | servo-859f99d5e8bd6c1b84146e446aaf36baacd230c9.tar.gz servo-859f99d5e8bd6c1b84146e446aaf36baacd230c9.zip |
Update WPT test expectations for --release builds
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index b3147e44da8..4f39c702edd 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -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) |