Revert "test-bot: don't run cmd taps generic tests."
This reverts commit 24f7e671317dfe22f1d8e10426db2e9074674bc9.
This commit is contained in:
parent
24f7e67131
commit
e011589635
@ -662,14 +662,13 @@ module Homebrew
|
|||||||
|
|
||||||
if @tap.nil?
|
if @tap.nil?
|
||||||
tests_args = []
|
tests_args = []
|
||||||
tests_args_generic = []
|
|
||||||
tests_args_no_compat = []
|
tests_args_no_compat = []
|
||||||
if RUBY_TWO
|
if RUBY_TWO
|
||||||
tests_args << "--official-cmd-taps"
|
tests_args << "--official-cmd-taps"
|
||||||
tests_args_no_compat << "--coverage" if ARGV.include?("--coverage")
|
tests_args_no_compat << "--coverage" if ARGV.include?("--coverage")
|
||||||
end
|
end
|
||||||
test "brew", "tests", *tests_args
|
test "brew", "tests", *tests_args
|
||||||
test "brew", "tests", "--generic", *tests_args_generic
|
test "brew", "tests", "--generic", *tests_args
|
||||||
test "brew", "tests", "--no-compat", *tests_args_no_compat
|
test "brew", "tests", "--no-compat", *tests_args_no_compat
|
||||||
test "brew", "readall", "--syntax"
|
test "brew", "readall", "--syntax"
|
||||||
# TODO: try to fix this on Linux at some stage.
|
# TODO: try to fix this on Linux at some stage.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user