mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02: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:
committed by
GitHub
parent
ce183d8581
commit
330f59a711
@@ -103,8 +103,8 @@ def update_tests(**kwargs) -> int:
|
||||
if key not in args or args[key] is None:
|
||||
args[key] = value
|
||||
|
||||
set_if_none(kwargs, "product", "servo")
|
||||
set_if_none(kwargs, "config", os.path.join(WPT_PATH, "config.ini"))
|
||||
kwargs["product"] = "servo"
|
||||
kwargs["store_state"] = False
|
||||
|
||||
wptcommandline.set_from_config(kwargs)
|
||||
|
||||
Reference in New Issue
Block a user