From 5845bd6a718573da5f0f7e53368d2a1dda52f420 Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 6 Nov 2017 07:35:37 +0000 Subject: show the location at intterrupted git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/runner.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstraptest') diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index 6a4d4c99a1..e807ce5b62 100755 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -254,6 +254,7 @@ def show_progress(message = '') end end rescue Interrupt + $stderr.puts "\##{@count} #{@location}" raise Interrupt rescue Exception => err $stderr.print 'E' -- cgit v1.2.3