test-bot: run all tests in generic mode.
This commit is contained in:
parent
536c42f7e6
commit
932e145d9c
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user