summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-12 07:06:49 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-12 07:06:49 +0000
commit9f7717e836e9e26a70df886e4fea13bc6be5d434 (patch)
tree91b24a8fbdc71235962cc71da9a1174fa9d72c6f /bootstraptest
parentc2f9fcad7145bf8a3a78f2d33ae3d394bf61ce31 (diff)
* 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
Diffstat (limited to 'bootstraptest')
-rwxr-xr-xbootstraptest/runner.rb2
1 files changed, 1 insertions, 1 deletions
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