diff options
| author | Mike McQuaid | 2014-01-07 16:45:21 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-07 16:45:21 +0000 |
| commit | 8589a065392996ead8abdf25df71ac8f53fc3c7f (patch) | |
| tree | 4e35637d17a02c540d1ff7a597c6ea2ee6a32d9d /Library | |
| parent | 6bf04335957c3b7674ca717fc6bc391f61469e71 (diff) | |
| download | brew-8589a065392996ead8abdf25df71ac8f53fc3c7f.tar.bz2 | |
brew-test-bot: output files removed from cache.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 2 |
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 |
