brew-test-bot: --cleanup (not --clean) and fetch origin.

This commit is contained in:
Mike McQuaid 2012-11-10 08:41:10 +00:00
parent 623bbb2ada
commit d01adbc987

View File

@ -211,7 +211,8 @@ class Test
def cleanup def cleanup
@category = __method__ @category = __method__
if ARGV.include? "--clean" if ARGV.include? "--cleanup"
test "git fetch origin"
test "git reset --hard origin/master" test "git reset --hard origin/master"
test "git clean --force -dx" test "git clean --force -dx"
else else