зеркало из https://github.com/github/ruby.git
test: separate each outputs
* lib/test/unit.rb (Test::Unit::Runner#del_status_line): separate each outputs if not replace mode. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c3521bf631
Коммит
e8f714b634
|
@ -397,7 +397,10 @@ module Test
|
|||
|
||||
def del_status_line
|
||||
@status_line_size ||= 0
|
||||
return unless @options[:job_status] == :replace
|
||||
unless @options[:job_status] == :replace
|
||||
$stdout.puts
|
||||
return
|
||||
end
|
||||
print "\r"+" "*@status_line_size+"\r"
|
||||
$stdout.flush
|
||||
@status_line_size = 0
|
||||
|
|
Загрузка…
Ссылка в новой задаче