From 1c4a35e22bff7025b23a2204eea412e9786f00c4 Mon Sep 17 00:00:00 2001 From: George Roman Date: Fri, 19 Jul 2019 10:14:47 +0300 Subject: Add a HOST_FILE env variable and fix the wdspec setup errors that it causes --- python/servo/testing_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/testing_commands.py') diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 6aeb176c040..afd8ffcda6d 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -396,7 +396,7 @@ class MachCommands(CommandBase): def _test_wpt(self, android=False, **kwargs): self.set_run_env(android) hosts_file_path = path.join(self.context.topdir, 'tests', 'wpt', 'hosts') - os.environ["hosts_file_path"] = hosts_file_path + os.environ["HOST_FILE"] = hosts_file_path run_file = path.abspath(path.join(self.context.topdir, "tests", "wpt", "run.py")) return self.wptrunner(run_file, **kwargs) -- cgit v1.2.3