aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd
diff options
context:
space:
mode:
authorMike McQuaid2013-12-10 20:20:37 +0000
committerMike McQuaid2013-12-10 20:20:37 +0000
commit5a0a0ef8bf01d3bd382832945eeddd04dfa034bf (patch)
tree90ab22c6a61d5390d78e2ecd75b0b75fb1210419 /Library/Contributions/cmd
parenta0421c719eae4b074bc22e108249534cbc279690 (diff)
downloadhomebrew-5a0a0ef8bf01d3bd382832945eeddd04dfa034bf.tar.bz2
brew-test-bot: use global cache again.
Diffstat (limited to 'Library/Contributions/cmd')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index 209852aba..4c84ac695 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 = []