diff options
| author | Mike McQuaid | 2015-09-09 09:36:40 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-09-09 09:36:40 +0100 |
| commit | 312abc620c8d48619c4df90743b4244aaff336fb (patch) | |
| tree | d719862e09c4dd3e4bf27cbe87e680e46884580d /Library | |
| parent | 3638c057f08d346a64a34016bdacc26a37baf330 (diff) | |
| download | brew-312abc620c8d48619c4df90743b4244aaff336fb.tar.bz2 | |
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.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/test-bot.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index bfe8dfe4b..d28568cde 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -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? |
