test-bot: always run brew tests

This commit is contained in:
Xu Cheng 2015-09-12 22:15:23 +08:00
parent c5bb388653
commit 71f6d2d165

View File

@ -573,10 +573,10 @@ module Homebrew
def homebrew
@category = __method__
return if @skip_homebrew
test "brew", "tests"
if @tap
test "brew", "readall", @tap
else
test "brew", "tests"
test "brew", "tests", "--no-compat"
readall_args = ["--aliases"]
readall_args << "--syntax" if MacOS.version >= :mavericks