зеркало из https://github.com/github/ruby.git
* bootstraptest/runner.rb (exec_test): break lines if not tty.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c2f9fcad71
Коммит
9f7717e836
|
@ -178,7 +178,7 @@ def exec_test(pathes)
|
|||
$stderr.print "#{@progress_bs}#{@failed}FAIL #{@error-error}/#{@count-count}#{@reset}"
|
||||
end
|
||||
end
|
||||
$stderr.puts unless @quiet
|
||||
$stderr.puts unless @quiet and @tty
|
||||
end
|
||||
if @error == 0
|
||||
if @count == 0
|
||||
|
|
Загрузка…
Ссылка в новой задаче