mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Fix WPT import by overriding product name to servo (#30457)
Upstream wpt script has bug where 'product' defaults to 'firefox' and this causes import of uninstalled python modules specific to firefox runners. Fixes #30452 Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
ce183d8581
commit
330f59a711
2 changed files with 2 additions and 1 deletions
|
@ -34,6 +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"),
|
||||
"product": "servo",
|
||||
"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