From 228696c8b0022d7b589c51d71abde82df575c998 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 30 Jan 2021 20:11:09 -0700 Subject: [PATCH] Fix exit code when tests fail --- src/spectator.cr | 1 - 1 file changed, 1 deletion(-) diff --git a/src/spectator.cr b/src/spectator.cr index dd53ce3..3dff022 100644 --- a/src/spectator.cr +++ b/src/spectator.cr @@ -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.