mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Pass the product to the test updating code (fixes #9563).
This commit is contained in:
parent
3d63f09361
commit
68ad3920de
2 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,8 @@ def update_tests(**kwargs):
|
|||
|
||||
|
||||
def set_defaults(kwargs):
|
||||
if kwargs["product"] is None:
|
||||
kwargs["product"] = "servo"
|
||||
if kwargs["config"] is None:
|
||||
kwargs["config"] = wpt_path('config_css.ini')
|
||||
wptcommandline.set_from_config(kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue