ruby-changes:51576
From: nobu <ko1@a...>
Date: Fri, 29 Jun 2018 18:28:16 +0900 (JST)
Subject: [ruby-changes:51576] nobu:r63787 (trunk): rethrow the caught exception as-is
nobu 2018-06-29 12:28:26 +0900 (Fri, 29 Jun 2018) New Revision: 63787 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63787 Log: rethrow the caught exception as-is Modified files: trunk/bootstraptest/runner.rb Index: bootstraptest/runner.rb =================================================================== --- bootstraptest/runner.rb (revision 63786) +++ bootstraptest/runner.rb (revision 63787) @@ -255,7 +255,7 @@ def show_progress(message = '') https://github.com/ruby/ruby/blob/trunk/bootstraptest/runner.rb#L255 end rescue Interrupt $stderr.puts "\##{@count} #{@location}" - raise Interrupt + raise rescue Exception => err $stderr.print 'E' $stderr.puts if @verbose -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/