diff options
| author | Mike McQuaid | 2013-12-10 20:20:37 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-10 20:20:37 +0000 |
| commit | 50aa91940daa7c8f070d48155d3f07692f47f41a (patch) | |
| tree | 23c83e833c5e69f94dd1871421b0a7b9b8f1f4f7 /Library/Contributions | |
| parent | 67840c691e1b618a8a273b3aee1cc1bed8bad208 (diff) | |
| download | brew-50aa91940daa7c8f070d48155d3f07692f47f41a.tar.bz2 | |
brew-test-bot: use global cache again.
Diffstat (limited to 'Library/Contributions')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 3 |
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 = [] |
