test-bot: don't output bottle output on success.

This can be extremely verbose and destroys the log. Instead look for
this in the Jenkins build test results.
This commit is contained in:
Mike McQuaid 2015-09-09 09:36:40 +01:00
parent 3638c057f0
commit 312abc620c

View File

@ -521,7 +521,6 @@ module Homebrew
if install_passed
if formula.stable? && !ARGV.include?("--no-bottle")
bottle_args = ["--verbose", "--rb", canonical_formula_name]
bottle_args << { :puts_output_on_success => true }
test "brew", "bottle", *bottle_args
bottle_step = steps.last
if bottle_step.passed? && bottle_step.has_output?