diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb index 69fa1bd188..8781b1ec5b 100644 --- a/Library/Homebrew/dev-cmd/test-bot.rb +++ b/Library/Homebrew/dev-cmd/test-bot.rb @@ -262,6 +262,7 @@ module Homebrew end def git(*args) + puts "#{@repository}: git #{args.join " "}" if ENV["JENKINS_HOME"] @repository.cd { Utils.popen_read("git", *args) } end