From 50aa91940daa7c8f070d48155d3f07692f47f41a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 10 Dec 2013 20:20:37 +0000 Subject: [PATCH] brew-test-bot: use global cache again. --- Library/Contributions/cmd/brew-test-bot.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 209852abae..4c84ac6953 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -10,7 +10,7 @@ # --email: Generate an email subject file. # --no-bottle: Run brew install without --build-bottle # --HEAD: Run brew install with --HEAD -# --local: Output logs and cache downloads under ./{logs,cache} +# --local: Ask Homebrew to write verbose logs under ./logs/ # # --ci-master: Shortcut for Homebrew master branch CI options. # --ci-pr: Shortcut for Homebrew pull request CI options. @@ -435,7 +435,6 @@ end if ARGV.include? '--local' ENV['HOMEBREW_LOGS'] = "#{Dir.pwd}/logs" - ENV['HOMEBREW_CACHE'] = "#{Dir.pwd}/cache" end tests = []