Make prominent_compile_errors also work for test steps
This commit is contained in:
committed by
Andrew Kelley
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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user