diff options
| author | Mike McQuaid | 2014-01-07 16:40:30 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-07 16:40:30 +0000 |
| commit | 6bf04335957c3b7674ca717fc6bc391f61469e71 (patch) | |
| tree | 39f1bd5be4ae5989187dea8812c77c621e7ae7ad /Library | |
| parent | 3651c0cb58b8808274a2c882d4cf23cd5057f077 (diff) | |
| download | brew-6bf04335957c3b7674ca717fc6bc391f61469e71.tar.bz2 | |
brew-test-bot: nuke cache on cleanup.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 3 |
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 |
