Do not store state when syncing WPT.

This commit is contained in:
Josh Matthews 2019-03-04 11:46:41 -05:00
parent 28c6dec62d
commit bc2e1e2151
4 changed files with 65 additions and 39 deletions

View file

@ -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)