summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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