diff options
| author | Mike McQuaid | 2015-03-20 20:22:35 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-20 20:22:54 +0000 |
| commit | 9c86fbf6d8b1876b37a35d4ce8b7b9f87c94e1d4 (patch) | |
| tree | 21d01f7f7cf2ad4434d71ea412c4c9d431aea2ab /Library/Homebrew/cmd/test-bot.rb | |
| parent | 84eecb6c9c068453a365782e259ad0f46ee5a30e (diff) | |
| download | homebrew-9c86fbf6d8b1876b37a35d4ce8b7b9f87c94e1d4.tar.bz2 | |
test-bot: remove --debug flag.
Too spammy in the output. May consider readding later to specific
commands.
Diffstat (limited to 'Library/Homebrew/cmd/test-bot.rb')
| -rw-r--r-- | Library/Homebrew/cmd/test-bot.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index e6d81e2aa..17345a9ef 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -646,7 +646,7 @@ module Homebrew if ARGV.include? '--ci-master' or ARGV.include? '--ci-pr' \ or ARGV.include? '--ci-testing' ARGV << "--cleanup" if ENV["JENKINS_HOME"] || ENV["TRAVIS_COMMIT"] - ARGV << "--junit" << "--local" << "--debug" + ARGV << "--junit" << "--local" end if ARGV.include? '--ci-master' ARGV << '--no-bottle' << '--email' @@ -695,7 +695,7 @@ module Homebrew raise "Missing BINTRAY_USER or BINTRAY_KEY variables!" end - ARGV << '--verbose' << '--debug' + ARGV << '--verbose' bottles = Dir["#{jenkins}/jobs/#{job}/configurations/axis-version/*/builds/#{id}/archive/*.bottle*.*"] return if bottles.empty? |
