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

* 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:
nobu 2013-01-12 07:06:49 +00:00
parent c2f9fcad71
commit 9f7717e836

View file

@ -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