aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-06 07:35:37 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-06 07:35:37 +0000
commitf0f7f42e8810fe80056df83771004c52fea28b08 (patch)
tree39fe58012194fb8d5f5e6bccc734ab52e4f8d9fd /bootstraptest
parent6f98db1b75657192a910283de97531c9d29a10d7 (diff)
downloadruby-f0f7f42e8810fe80056df83771004c52fea28b08.tar.gz
show the location at intterrupted
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rwxr-xr-xbootstraptest/runner.rb1
1 files changed, 1 insertions, 0 deletions
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'