From 7b1372b0acfd04445192742933a09197a80fd8ad Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 29 Jun 2018 03:28:26 +0000 Subject: rethrow the caught exception as-is git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/runner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest/runner.rb') 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 -- cgit v1.2.3