diff options
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 |
