diff options
author | ergunsh <erdogmusergun@gmail.com> | 2018-07-22 22:59:59 +0300 |
---|---|---|
committer | ergunsh <erdogmusergun@gmail.com> | 2018-07-22 22:59:59 +0300 |
commit | ae20469636757620f73740b7f6cd2df617d5c55a (patch) | |
tree | 421699b0eff41c0ef3c7e9a2a1db65682b64236c /python/servo/testing_commands.py | |
parent | 4997ec26c27b470bbcaaf0088d32472c3eed800d (diff) | |
download | servo-ae20469636757620f73740b7f6cd2df617d5c55a.tar.gz servo-ae20469636757620f73740b7f6cd2df617d5c55a.zip |
merge run_wpt.py into run.py
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |