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 = []