1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

bootstraptest: fix missing bs

* bootstraptest/runner.rb (show_progress): fix missing bs.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-07-05 08:18:23 +00:00
parent 51f458d4db
commit 5425128e2b

View file

@ -200,7 +200,7 @@ def show_progress(message = '')
if @verbose
$stderr.print "\##{@count} #{@location} "
elsif @tty
$stderr.print @progress[@count % @progress.size]
$stderr.print "#{@progress_bs}#{@progress[@count % @progress.size]}"
end
faildesc, errout = with_stderr {yield}
if !faildesc