diff options
| author | Mike McQuaid | 2012-11-10 08:41:10 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2012-11-10 08:41:10 +0000 |
| commit | 3fd1f05b57cd0a8b81d0469de739eb0e44b252f6 (patch) | |
| tree | db97a3f353a28761c3f94ceb143c3361e0f2cd20 /Library | |
| parent | d6d8b3e57e68387c75be5b22f15d28fe1a8b34dc (diff) | |
| download | homebrew-3fd1f05b57cd0a8b81d0469de739eb0e44b252f6.tar.bz2 | |
brew-test-bot: --cleanup (not --clean) and fetch origin.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmds/brew-test-bot.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Contributions/cmds/brew-test-bot.rb b/Library/Contributions/cmds/brew-test-bot.rb index 844e954f6..64c7acba3 100755 --- a/Library/Contributions/cmds/brew-test-bot.rb +++ b/Library/Contributions/cmds/brew-test-bot.rb @@ -211,7 +211,8 @@ class Test def cleanup @category = __method__ - if ARGV.include? "--clean" + if ARGV.include? "--cleanup" + test "git fetch origin" test "git reset --hard origin/master" test "git clean --force -dx" else |
