* 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
1 changed files with 1 additions and 1 deletions

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