| ... | @@ -719,6 +719,8 @@ fn runStepNames( | ... | @@ -719,6 +719,8 @@ fn runStepNames( |
| 719 | if (test_fail_count > 0) w.print("; {d} failed", .{test_fail_count}) catch {}; | 719 | if (test_fail_count > 0) w.print("; {d} failed", .{test_fail_count}) catch {}; |
| 720 | if (test_leak_count > 0) w.print("; {d} leaked", .{test_leak_count}) catch {}; | 720 | if (test_leak_count > 0) w.print("; {d} leaked", .{test_leak_count}) catch {}; |
| 721 | | 721 | |
| | 722 | w.writeAll("\n") catch {}; |
| | 723 | |
| 722 | // Print a fancy tree with build results. | 724 | // Print a fancy tree with build results. |
| 723 | var step_stack_copy = try step_stack.clone(gpa); | 725 | var step_stack_copy = try step_stack.clone(gpa); |
| 724 | defer step_stack_copy.deinit(gpa); | 726 | defer step_stack_copy.deinit(gpa); |