about summary refs log tree commit homepage
path: root/test/setup.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/setup.rb')
-rw-r--r--test/setup.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/setup.rb b/test/setup.rb
index b831cc1..8fda7f1 100644
--- a/test/setup.rb
+++ b/test/setup.rb
@@ -1,5 +1,6 @@
 # -*- encoding: binary -*-
 STDIN.sync = STDOUT.sync = STDERR.sync = true
+Thread.abort_on_exception = true
 require 'test/unit'
 require 'tempfile'
 require 'fileutils'