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:
Mike McQuaid 2016-09-13 11:11:32 +01:00 committed by GitHub
commit 8e9a4b6e58

View File

@ -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")