mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Avoid UnboundLocalError upon "bogus" usage of ./mach create-wpt
This commit is contained in:
parent
92f9e58310
commit
3b087d406a
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))
|
||||
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