mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #20206 - servo:jdm-patch-2, r=nox
Ensure default paths are set when updating WPT metadata. This fixes https://github.com/w3c/web-platform-tests/issues/9819 and will allow our nightly upstream sync to complete. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20206) <!-- Reviewable:end -->
This commit is contained in:
commit
2d3771daab
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ def check_args(kwargs):
|
||||||
from wptrunner import wptcommandline
|
from wptrunner import wptcommandline
|
||||||
|
|
||||||
wptcommandline.set_from_config(kwargs)
|
wptcommandline.set_from_config(kwargs)
|
||||||
|
wptcommandline.check_paths(kwargs)
|
||||||
kwargs["upstream"] = kwargs["upstream"] if kwargs["upstream"] is not None else kwargs["sync"]
|
kwargs["upstream"] = kwargs["upstream"] if kwargs["upstream"] is not None else kwargs["sync"]
|
||||||
|
|
||||||
if kwargs["upstream"]:
|
if kwargs["upstream"]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue