aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2015-09-24 08:33:08 +0100
committerMike McQuaid2015-09-24 08:33:08 +0100
commit711e079901ca8cb1b06691ef3fe3e210b6442662 (patch)
tree57ec208c1ba9e19b4d437c00ec5e3fae42be177c /Library/Homebrew
parent00480edf9df5ab434afdd829ecb5af749b8addff (diff)
downloadbrew-711e079901ca8cb1b06691ef3fe3e210b6442662.tar.bz2
Export more Travis debugging and fix Git issue.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index d7886ff3c..e3da4ef79 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -354,6 +354,14 @@ module Homebrew
@name = "#{@formulae.first}-#{diff_end_sha1}"
end
+ if ENV["TRAVIS"]
+ puts "name: #{@name}"
+ puts "url: #{@url}"
+ puts "hash: #{@hash}"
+ puts "diff_start_sha1: #{diff_start_sha1}"
+ puts "diff_end_sha1: #{diff_end_sha1}"
+ end
+
@log_root = @brewbot_root + @name
FileUtils.mkdir_p @log_root