mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
Emit correct output as green text indicating passed.
This commit is contained in:
parent
96cb465fb8
commit
a7e101cd05
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ const ZiglingStep = struct {
|
||||||
return error.InvalidOutput;
|
return error.InvalidOutput;
|
||||||
}
|
}
|
||||||
|
|
||||||
print("{s}** PASSED **{s}\n", .{ green_text, reset_text });
|
print("{s}{s}{s}\n", .{ green_text, output, reset_text });
|
||||||
}
|
}
|
||||||
|
|
||||||
// The normal compile step calls os.exit, so we can't use it as a library :(
|
// The normal compile step calls os.exit, so we can't use it as a library :(
|
||||||
|
|
Loading…
Reference in a new issue