| ... | ... | @@ -708,7 +708,7 @@ fn runStepNames( |
| 708 | 708 | |
| 709 | 709 | const total_count = success_count + failure_count + pending_count + skipped_count; |
| 710 | 710 | ttyconf.setColor(w, .cyan) catch {}; |
| 711 | | w.writeAll("Build Summary:") catch {}; |
| 711 | w.writeAll("\nBuild Summary:") catch {}; |
| 712 | 712 | ttyconf.setColor(w, .reset) catch {}; |
| 713 | 713 | w.print(" {d}/{d} steps succeeded", .{ success_count, total_count }) catch {}; |
| 714 | 714 | if (skipped_count > 0) w.print("; {d} skipped", .{skipped_count}) catch {}; |