From 36797801e9eda3405444cd55201104072a55a099 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 3 Sep 2018 13:54:20 +0530 Subject: Allow WPT to be run with local gstreamer --- python/servo/testing_commands.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/servo/testing_commands.py') diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 1cfddcc1ac7..957dfca22ae 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -383,6 +383,7 @@ class MachCommands(CommandBase): return self._test_wpt(**kwargs) def _test_wpt(self, **kwargs): + self.set_run_env() 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.py")) -- cgit v1.2.3