brew-test-bot: don't use stash --all; too new.

This commit is contained in:
Mike McQuaid 2013-01-26 12:43:41 +00:00
parent 293be41d5c
commit 7120f47f6c

View File

@ -216,7 +216,7 @@ class Test
def cleanup_before
@category = __method__
return unless ARGV.include? '--cleanup'
git 'stash --all'
git 'stash'
git 'am --abort 2>/dev/null'
git 'rebase --abort 2>/dev/null'
git 'reset --hard'