Skip to content

Commit

Permalink
Update mantle/kola/harness.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dusty Mabe <[email protected]>
  • Loading branch information
nikita-dubrovskii and dustymabe authored Jul 28, 2023
1 parent 654dbc7 commit 38b353d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantle/kola/harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func ParseDenyListYaml(pltfrm string) error {
return err
}
if today.After(snoozeDate) {
fmt.Printf("⏰ Snooze for kola test pattern \"%s\" expired on: %s\n", obj.Pattern, snoozeDate.Format("Jan 02 2006"))
fmt.Printf("⏰ Snooze for kola test pattern \"%s\" expired on %s\n", obj.Pattern, snoozeDate.Format("Jan 02 2006"))
if obj.Warn {
fmt.Printf("⚠️ Will warn on failure for kola test pattern \"%s\":\n", obj.Pattern)
WarnOnErrorTests = append(WarnOnErrorTests, obj.Pattern)
Expand Down

0 comments on commit 38b353d

Please sign in to comment.