diff options
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/test-bot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index fa7737acf..c2fc174c0 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -558,7 +558,7 @@ module Homebrew if ARGV.include? '--cleanup' test "git", "reset", "--hard" git "stash", "pop" - test "brew", "cleanup" + test "brew", "cleanup", "--prune=30" end FileUtils.rm_rf @brewbot_root unless ARGV.include? "--keep-logs" |
