Skip to content

Commit 91c1617

Browse files
committed
tests: Fix-up linter nit
1 parent 187fc66 commit 91c1617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/t.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ func (t *T) MustRunCLIGroup(args ...[]string) {
242242

243243
_, err := t.RunCLI(arg...)
244244
if err != nil {
245-
t.Fatalf("maddy %v: %v", arg, err)
245+
t.Printf("maddy %v: %v", arg, err)
246+
t.Fail()
246247
}
247248
}()
248249
}

0 commit comments

Comments
 (0)