diff options
author | Martin Robinson <mrobinson@igalia.com> | 2023-06-24 09:22:18 +0200 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2023-06-26 10:48:02 +0200 |
commit | f017169ae482effc446384050e79b752bd9ddfe5 (patch) | |
tree | 90bc38a792825b615100f112e14838523ccb7577 /python/wpt/manifestupdate.py | |
parent | 234d50723463159400ee4bf25fa130011e9f72ef (diff) | |
download | servo-f017169ae482effc446384050e79b752bd9ddfe5.tar.gz servo-f017169ae482effc446384050e79b752bd9ddfe5.zip |
Update scripts to reflect new WPT directory name
Diffstat (limited to 'python/wpt/manifestupdate.py')
-rw-r--r-- | python/wpt/manifestupdate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/wpt/manifestupdate.py b/python/wpt/manifestupdate.py index 05d380139db..b382624c7f2 100644 --- a/python/wpt/manifestupdate.py +++ b/python/wpt/manifestupdate.py @@ -34,7 +34,7 @@ def create_parser(): def update(check_clean=True, rebuild=False, **kwargs): logger = wptlogging.setup(kwargs, {"mach": sys.stdout}) kwargs = {"config": os.path.join(WPT_PATH, "config.ini"), - "manifest_path": os.path.join(WPT_PATH, "metadata"), + "manifest_path": os.path.join(WPT_PATH, "meta"), "tests_root": None, "metadata_root": None} |