mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Fix the update-wpt
command for Layout2020
After a recent refactor, layout2020 related arguments are no longer being processed. This change fixes that.
This commit is contained in:
parent
d95c371d79
commit
6821f04eee
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ def update_tests(**kwargs):
|
|||
kwargs["store_state"] = False
|
||||
|
||||
updatecommandline.check_args(kwargs)
|
||||
update_args_for_layout_2020(kwargs)
|
||||
|
||||
logger = update.setup_logging(kwargs, {"mach": sys.stdout})
|
||||
return_value = update.run_update(logger, **kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue