test-bot: run all tests in generic mode.

This commit is contained in:
Mike McQuaid 2016-07-17 07:58:31 -06:00
parent 536c42f7e6
commit 932e145d9c

View File

@ -665,8 +665,7 @@ module Homebrew
tests_args_coverage << "--coverage" if ENV["TRAVIS"]
end
test "brew", "tests", *tests_args
test "brew", "tests", "--generic", "--only=integration_cmds",
*tests_args
test "brew", "tests", "--generic", *tests_args
test "brew", "tests", "--no-compat", *tests_args_coverage
test "brew", "readall", "--syntax"
# test update from origin/master to current commit.