From a0e2232b43b5c7b57fb3bf507b33e2e5565c4ff1 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Feb 2015 15:10:00 +0000 Subject: [PATCH] test-bot: set debug flag for CI. --- Library/Homebrew/cmd/test-bot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index cbecbc0b0d..18923ecc6e 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?