mirror of
https://github.com/servo/servo.git
synced 2025-07-22 06:43:40 +01:00
Update scripts to reflect new WPT directory name
This commit is contained in:
parent
234d507234
commit
f017169ae4
21 changed files with 39 additions and 45 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue