aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2015-07-23 20:04:17 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2015-07-23 22:57:54 -0700
commit859f99d5e8bd6c1b84146e446aaf36baacd230c9 (patch)
tree4edcb24a99bf1076faf6cb12503bc0ff9029e688 /python/servo/testing_commands.py
parentb386d7ae444af868907b9faff44e8432469160bd (diff)
downloadservo-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.py2
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)