mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
testing: fix test runner
This commit is contained in:
parent
39c95e8930
commit
6603a9c26c
@ -252,6 +252,6 @@ pub fn mainSimple() anyerror!void {
|
||||
}
|
||||
if (print_summary) {
|
||||
stderr.writer().print("{} passed, {} skipped, {} failed\n", .{ passed, skipped, failed }) catch {};
|
||||
if (failed != 0) std.process.exit(1);
|
||||
}
|
||||
if (failed != 0) std.process.exit(1);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user