From 9f7717e836e9e26a70df886e4fea13bc6be5d434 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 12 Jan 2013 07:06:49 +0000 Subject: * 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 --- bootstraptest/runner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index 08c335ae42..16944f05a3 100755 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -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 -- cgit v1.2.3