mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
testing: fix test runner
This commit is contained in:
parent
39c95e8930
commit
6603a9c26c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue