Skip to content
Snippets Groups Projects
Commit a0e2232b authored by Mike McQuaid's avatar Mike McQuaid
Browse files

test-bot: set debug flag for CI.

parent 07ddf7aa
Branches
Tags
No related merge requests found
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment