Skip to content

Commit

Permalink
tests: Fix-up linter nit
Browse files Browse the repository at this point in the history
  • Loading branch information
foxcpp committed Jan 30, 2025
1 parent 187fc66 commit 91c1617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/t.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ func (t *T) MustRunCLIGroup(args ...[]string) {

_, err := t.RunCLI(arg...)
if err != nil {
t.Fatalf("maddy %v: %v", arg, err)
t.Printf("maddy %v: %v", arg, err)
t.Fail()
}
}()
}
Expand Down

0 comments on commit 91c1617

Please sign in to comment.