Skip to content

Commit

Permalink
fix: printing with Verbose (#587)
Browse files Browse the repository at this point in the history
close #582

Signed-off-by: Yvonnick Esnault <[email protected]>
  • Loading branch information
yesnault authored Sep 12, 2022
1 parent 87eda83 commit 842caff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_testsuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (v *Venom) runTestSuite(ctx context.Context, ts *TestSuite) {
}

func (v *Venom) runTestCases(ctx context.Context, ts *TestSuite) {
verboseReport := v.Verbose >= 2
verboseReport := v.Verbose >= 1

v.Println(" • %s (%s)", ts.Name, ts.Filepath)

Expand Down

0 comments on commit 842caff

Please sign in to comment.