aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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