From 647a24afae436d9d10ff731c7110448d6be00ccf Mon Sep 17 00:00:00 2001 From: Manlio Perillo Date: Sun, 9 Apr 2023 18:48:19 +0200 Subject: build: improve PrintStep, SkipStep and PatchStep names Use lover case for the step names. Add the exercise name for the SkipStep and PatchStep step name. --- test/tests.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/tests.zig b/test/tests.zig index 3de42db..c8f4af2 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -109,7 +109,7 @@ const PatchStep = struct { self.* = .{ .step = Step.init(.{ .id = .custom, - .name = "Patch", + .name = owner.fmt("patch {s}", .{exercise.main_file}), .owner = owner, .makeFn = make, }), -- cgit v1.2.3