Skip to content

Commit 3879578

Browse files
committed
Improve output formatting in PrintGotestsumOutput function
1 parent dde3629 commit 3879578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/flakeguard/reports/test_report.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ func (tr *TestReport) PrintGotestsumOutput(w io.Writer, format string) error {
271271
}
272272

273273
fmt.Fprint(w, outBuf.String())
274-
fmt.Fprintln(w, "---------------------")
274+
fmt.Fprintln(w, "\n------------------------------------------\n")
275275
}
276276
return nil
277277
}

0 commit comments

Comments
 (0)