Skip to content

Commit b5716cf

Browse files
committed
Refactor Flakeguard summary output format for clarity
1 parent 2533eb6 commit b5716cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/flakeguard/cmd/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ var RunTestsCmd = &cobra.Command{
253253
Str("stability threshold", fmt.Sprintf("%.0f%%", passRatioThreshold*100)).
254254
Msg("Found flaky tests")
255255

256-
fmt.Fprint(&summaryBuffer, "\nFlakeguard Summary:\n")
256+
fmt.Fprint(&summaryBuffer, "\nFlakeguard Summary\n")
257257
reports.RenderTestReport(&summaryBuffer, mainReport, false, false)
258258
flushSummaryAndExit(FlakyTestsExitCode)
259259
} else {

0 commit comments

Comments
 (0)