aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-07-15 21:18:32 -0700
committerMike McQuaid2013-07-15 21:18:32 -0700
commite8354e2fb52267978de47104a7118c3ed38376c1 (patch)
tree3fbcb5f6d616b6e1517f11af703bc57994d98c54 /Library
parente143c3a799b531d6b3793f7bb677652f418d7a46 (diff)
downloadbrew-e8354e2fb52267978de47104a7118c3ed38376c1.tar.bz2
brew-test-bot: reset before checkout.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index 7b66ddd33..e19272d30 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -288,8 +288,8 @@ class Test
git 'stash'
git 'am --abort 2>/dev/null'
git 'rebase --abort 2>/dev/null'
- git 'checkout -f master'
git 'reset --hard'
+ git 'checkout -f master'
git 'clean --force -dx'
end