diff options
| author | Mike McQuaid | 2015-02-23 15:10:00 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-23 15:10:00 +0000 |
| commit | a0e2232b43b5c7b57fb3bf507b33e2e5565c4ff1 (patch) | |
| tree | 90550b83aac3aff510d7d10d4a089f7918defed6 /Library/Homebrew/cmd | |
| parent | 07ddf7aab5529429c5d128c3d2c56babcc76c6f9 (diff) | |
| download | brew-a0e2232b43b5c7b57fb3bf507b33e2e5565c4ff1.tar.bz2 | |
test-bot: set debug flag for CI.
Diffstat (limited to 'Library/Homebrew/cmd')
| -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 cbecbc0b0..18923ecc6 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -641,7 +641,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" + ARGV << "--junit" << "--local" << "--debug" end if ARGV.include? '--ci-master' ARGV << '--no-bottle' << '--email' @@ -690,7 +690,7 @@ module Homebrew raise "Missing BINTRAY_USER or BINTRAY_KEY variables!" end - ARGV << '--verbose' + ARGV << '--verbose' << '--debug' bottles = Dir["#{jenkins}/jobs/#{job}/configurations/axis-version/*/builds/#{id}/archive/*.bottle*.*"] return if bottles.empty? |
