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