From ae20469636757620f73740b7f6cd2df617d5c55a Mon Sep 17 00:00:00 2001 From: ergunsh Date: Sun, 22 Jul 2018 22:59:59 +0300 Subject: merge run_wpt.py into run.py --- 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 b0ef2cfa5ce..db369a82b2d 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -385,7 +385,7 @@ class MachCommands(CommandBase): def _test_wpt(self, **kwargs): 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_wpt.py")) + run_file = path.abspath(path.join(self.context.topdir, "tests", "wpt", "run.py")) return self.wptrunner(run_file, **kwargs) # Helper to ensure all specified paths are handled, otherwise dispatch to appropriate test suite. -- cgit v1.2.3