test-bot: re-add update-test. (#521)

This commit is contained in:
Mike McQuaid 2016-07-16 07:05:51 +01:00 committed by GitHub
parent 4abdeb7b5e
commit 90e84453f9

View File

@ -668,6 +668,10 @@ module Homebrew
*tests_args *tests_args
test "brew", "tests", "--no-compat" test "brew", "tests", "--no-compat"
test "brew", "readall", "--syntax" test "brew", "readall", "--syntax"
# test update from origin/master to current commit.
test "brew", "update-test"
# test no-op update from current commit (to current commit, a no-op).
test "brew", "update-test", "--commit=HEAD"
else else
test "brew", "readall", "--aliases", @tap.name test "brew", "readall", "--aliases", @tap.name
end end