Skip to content
Snippets Groups Projects
Commit 24f7e671 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

test-bot: don't run cmd taps generic tests.

parent 26fb38a7
No related branches found
No related tags found
No related merge requests found
......@@ -662,13 +662,14 @@ module Homebrew
if @tap.nil?
tests_args = []
tests_args_generic = []
tests_args_no_compat = []
if RUBY_TWO
tests_args << "--official-cmd-taps"
tests_args_no_compat << "--coverage" if ARGV.include?("--coverage")
end
test "brew", "tests", *tests_args
test "brew", "tests", "--generic", *tests_args
test "brew", "tests", "--generic", *tests_args_generic
test "brew", "tests", "--no-compat", *tests_args_no_compat
test "brew", "readall", "--syntax"
# TODO: try to fix this on Linux at some stage.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment