diff --git a/run.go b/run.go index c5587a4..2c900e8 100644 --- a/run.go +++ b/run.go @@ -105,7 +105,7 @@ func RunWithOptions(suite string, contextInitializer func(suite *Suite), opt Opt } else { failed = r.run() } - if failed { + if failed && format != "events" { return 1 } return 0