diff options
| author | Mike McQuaid | 2013-01-26 12:43:41 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-01-26 12:43:41 +0000 |
| commit | 7120f47f6c05e243f945e862d3171fd4d2eb40bb (patch) | |
| tree | 4c591d518d353a327578f7466823bd38923e4813 /Library/Contributions | |
| parent | 293be41d5c83b972f1fafe00c32412cb6e46697b (diff) | |
| download | brew-7120f47f6c05e243f945e862d3171fd4d2eb40bb.tar.bz2 | |
brew-test-bot: don't use stash --all; too new.
Diffstat (limited to 'Library/Contributions')
| -rwxr-xr-x | Library/Contributions/cmds/brew-test-bot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
