diff options
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) |