From 40337181c31bcbd5beafc7944ded92848aac1af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Jim=C3=A9nez=20Moreno?= Date: Mon, 24 Dec 2018 14:47:09 +0100 Subject: Make create-wpt mach command use new manifest update implementation --- python/servo/testing_commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/servo/testing_commands.py') diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 7924cd5e7dd..c8bb5e7511c 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -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() -- cgit v1.2.3