mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #8410 - simartin:issue_8407, r=nox
Avoid UnboundLocalError upon "bogus" usage of ./mach create-wpt Fixes https://github.com/servo/servo/issues/8407 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8410) <!-- Reviewable:end -->
This commit is contained in:
commit
43a5c62fde
1 changed files with 2 additions and 1 deletions
|
@ -598,4 +598,5 @@ testing/web-platform/mozilla/tests for Servo-only tests""" % ref_path)
|
||||||
wpt_kwargs = vars(p.parse_args(args))
|
wpt_kwargs = vars(p.parse_args(args))
|
||||||
self.context.commands.dispatch("test-wpt", self.context, **wpt_kwargs)
|
self.context.commands.dispatch("test-wpt", self.context, **wpt_kwargs)
|
||||||
|
|
||||||
proc.wait()
|
if editor:
|
||||||
|
proc.wait()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue