aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-01-07 16:40:30 +0000
committerMike McQuaid2014-01-07 16:40:30 +0000
commit184e230a40fbf73eac63c9520612f4dc791af408 (patch)
tree6dd1cfa7722386dbb6d2e0bb7d9b414a7ecb4ac5 /Library
parente510154998c2c8e85d7390d83c12b1ebe5b25d21 (diff)
downloadhomebrew-184e230a40fbf73eac63c9520612f4dc791af408.tar.bz2
brew-test-bot: nuke cache on cleanup.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index 99ff14cc1..c11160f62 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -329,7 +329,8 @@ class Test
@category = __method__
force_flag = ''
if ARGV.include? '--cleanup'
- test 'brew cleanup'
+ test 'brew cleanup -s'
+ test "rm -rf #{HOMEBREW_CACHE}/*"
test 'git clean --force -dx'
force_flag = '-f'
end