test-bot: check aliases

This commit is contained in:
Xu Cheng 2015-09-05 14:10:04 +08:00
parent 1555edf4d6
commit 7f3e3b5256

View File

@ -573,7 +573,7 @@ module Homebrew
return if ARGV.include? "--skip-homebrew" return if ARGV.include? "--skip-homebrew"
test "brew", "tests" test "brew", "tests"
test "brew", "tests", "--no-compat" test "brew", "tests", "--no-compat"
readall_args = [] readall_args = ["--aliases"]
readall_args << "--syntax" if MacOS.version >= :mavericks readall_args << "--syntax" if MacOS.version >= :mavericks
test "brew", "readall", *readall_args test "brew", "readall", *readall_args
end end