mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
Make prominent_compile_errors also work for test steps
This commit is contained in:
parent
1a7c47d966
commit
349a7cc272
@ -2844,7 +2844,7 @@ pub const LibExeObjStep = struct {
|
||||
}
|
||||
|
||||
if (self.kind == .@"test") {
|
||||
try builder.spawnChild(zig_args.items);
|
||||
_ = try builder.execFromStep(zig_args.items, step);
|
||||
} else {
|
||||
try zig_args.append("--enable-cache");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user