test-bot: remove --debug flag.

Too spammy in the output. May consider readding later to specific
commands.
This commit is contained in:
Mike McQuaid 2015-03-20 20:22:35 +00:00
parent cf204b6234
commit 862c0ddf4a

View File

@ -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?