Skip to content

Commit

Permalink
feat: fix failure reporting
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Jun 12, 2024
1 parent 2981f7b commit 78e1267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vitess-tester/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func executeTests(fileNames []string, s Suite) (failed bool) {
failed = true
continue
}
failed = errReporter.Failed()
failed = failed || errReporter.Failed()
s.CloseReportForFile()
}
return
Expand Down

0 comments on commit 78e1267

Please sign in to comment.