diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2018-09-03 13:54:20 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-09-11 19:34:38 +0530 |
commit | 36797801e9eda3405444cd55201104072a55a099 (patch) | |
tree | 6b3003f94f10c70cee6293bc29ef27474db0961a /python/servo/testing_commands.py | |
parent | eba68a1a4947b29bcc58fbc502cb70dcc0ac71c0 (diff) | |
download | servo-36797801e9eda3405444cd55201104072a55a099.tar.gz servo-36797801e9eda3405444cd55201104072a55a099.zip |
Allow WPT to be run with local gstreamer
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
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")) |