mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-03 05:07:38 +03:00
tests: Fix-up linter nit
This commit is contained in:
parent
187fc66be1
commit
91c1617698
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
}
|
||||
}()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue