summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest')
-rwxr-xr-xbootstraptest/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb
index e807ce5b62..55812031e8 100755
--- a/bootstraptest/runner.rb
+++ b/bootstraptest/runner.rb
@@ -255,7 +255,7 @@ def show_progress(message = '')
end
rescue Interrupt
$stderr.puts "\##{@count} #{@location}"
- raise Interrupt
+ raise
rescue Exception => err
$stderr.print 'E'
$stderr.puts if @verbose