mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix exit code when tests fail
This commit is contained in:
parent
9743f37e5c
commit
228696c8b0
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ module Spectator
|
|||
DSL::Builder.config = config
|
||||
spec = DSL::Builder.build
|
||||
spec.run(config.example_filter)
|
||||
true
|
||||
rescue ex
|
||||
# Catch all unhandled exceptions here.
|
||||
# Examples are already wrapped, so any exceptions they throw are caught.
|
||||
|
|
Loading…
Reference in a new issue