aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-01-07 16:45:21 +0000
committerMike McQuaid2014-01-07 16:45:21 +0000
commit8589a065392996ead8abdf25df71ac8f53fc3c7f (patch)
tree4e35637d17a02c540d1ff7a597c6ea2ee6a32d9d /Library
parent6bf04335957c3b7674ca717fc6bc391f61469e71 (diff)
downloadbrew-8589a065392996ead8abdf25df71ac8f53fc3c7f.tar.bz2
brew-test-bot: output files removed from cache.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index c11160f62..9f9a27f86 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -330,7 +330,7 @@ class Test
force_flag = ''
if ARGV.include? '--cleanup'
test 'brew cleanup -s'
- test "rm -rf #{HOMEBREW_CACHE}/*"
+ test "rm -vrf #{HOMEBREW_CACHE}/*"
test 'git clean --force -dx'
force_flag = '-f'
end