tests: Fix-up linter nit

This commit is contained in:
fox.cpp 2025-01-30 21:50:28 +03:00
parent 187fc66be1
commit 91c1617698
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0

View file

@ -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()
}
}()
}