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:
parent
c2f9fcad71
commit
9f7717e836
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ def exec_test(pathes)
|
||||||
$stderr.print "#{@progress_bs}#{@failed}FAIL #{@error-error}/#{@count-count}#{@reset}"
|
$stderr.print "#{@progress_bs}#{@failed}FAIL #{@error-error}/#{@count-count}#{@reset}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
$stderr.puts unless @quiet
|
$stderr.puts unless @quiet and @tty
|
||||||
end
|
end
|
||||||
if @error == 0
|
if @error == 0
|
||||||
if @count == 0
|
if @count == 0
|
||||||
|
|
Loading…
Reference in a new issue