aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/test/unit.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/test/unit.rb b/lib/test/unit.rb
index c2bf991bb5..e2cff085ef 100644
--- a/lib/test/unit.rb
+++ b/lib/test/unit.rb
@@ -164,9 +164,7 @@ module Test
end
def run(*args)
- result = super
- abort if @interrupt
- result
+ super
end
end
end