mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Do not store state when syncing WPT.
This commit is contained in:
parent
28c6dec62d
commit
bc2e1e2151
4 changed files with 65 additions and 39 deletions
|
@ -31,6 +31,7 @@ def set_defaults(kwargs):
|
|||
kwargs["product"] = "servo"
|
||||
if kwargs["config"] is None:
|
||||
kwargs["config"] = wpt_path('config.ini')
|
||||
kwargs["store_state"] = False
|
||||
updatecommandline.check_args(kwargs)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue