Merge pull request #952 from MikeMcQuaid/test-bot-no-homebrew-tess-taps
test-bot: don't run Homebrew tests for taps PRs.
This commit is contained in:
commit
8e9a4b6e58
@ -702,7 +702,7 @@ module Homebrew
|
||||
@category = __method__
|
||||
return if @skip_homebrew
|
||||
|
||||
if @tap.nil? && (@test_default_formula || Array(@formulae).empty?)
|
||||
if @tap.nil? && (@repository == HOMEBREW_REPOSITORY || Array(@formulae).empty?)
|
||||
tests_args = ["--official-cmd-taps"]
|
||||
tests_args_no_compat = []
|
||||
tests_args_no_compat << "--coverage" if ARGV.include?("--coverage")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user