diff --git a/Library/Contributions/cmds/brew-test-bot.rb b/Library/Contributions/cmds/brew-test-bot.rb index 83c00b1f6a..fde532ef26 100755 --- a/Library/Contributions/cmds/brew-test-bot.rb +++ b/Library/Contributions/cmds/brew-test-bot.rb @@ -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'