mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Make create-wpt mach command use new manifest update implementation
This commit is contained in:
parent
6840c18389
commit
40337181c3
1 changed files with 2 additions and 1 deletions
|
@ -928,12 +928,13 @@ testing/web-platform/mozilla/tests for Servo-only tests""" % reference_path)
|
|||
|
||||
if not kwargs["no_run"]:
|
||||
p = create_parser_wpt()
|
||||
args = ["--manifest-update"]
|
||||
args = []
|
||||
if kwargs["release"]:
|
||||
args.append("--release")
|
||||
args.append(test_path)
|
||||
wpt_kwargs = vars(p.parse_args(args))
|
||||
self.context.commands.dispatch("test-wpt", self.context, **wpt_kwargs)
|
||||
self.context.commands.dispatch("update-manifest", self.context)
|
||||
|
||||
if editor:
|
||||
proc.wait()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue