From 7120f47f6c05e243f945e862d3171fd4d2eb40bb Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 26 Jan 2013 12:43:41 +0000 Subject: brew-test-bot: don't use stash --all; too new. --- Library/Contributions/cmds/brew-test-bot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Contributions/cmds/brew-test-bot.rb b/Library/Contributions/cmds/brew-test-bot.rb index 83c00b1f6..fde532ef2 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' -- cgit v1.2.3