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:
parent
51f458d4db
commit
5425128e2b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue