brew-test-bot: nuke cache on cleanup.

This commit is contained in:
Mike McQuaid 2014-01-07 16:40:30 +00:00
parent 3651c0cb58
commit 6bf0433595

View File

@ -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