Skip to content

Commit bcdff42

Browse files
committed
Update log message for clarity when no tests need to be rerun
1 parent 4cf9cee commit bcdff42

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
@@ -181,7 +181,7 @@ var RunTestsCmd = &cobra.Command{
181181
})
182182

183183
if len(failedTests) == 0 {
184-
log.Info().Msg("No tests to rerun. All tests passed")
184+
log.Info().Msg("All tests passed. No tests to rerun.")
185185
flushSummaryAndExit(0)
186186
}
187187

0 commit comments

Comments
 (0)