brew-test-bot: don't run git gc.

This commit is contained in:
Mike McQuaid 2013-09-14 14:10:37 +01:00
parent 3b4f15bf36
commit f0da9c2457

View File

@ -327,7 +327,6 @@ class Test
if ARGV.include? '--cleanup'
test 'git reset --hard'
test 'git gc'
git 'stash pop 2>/dev/null'
end