Skip to content
Snippets Groups Projects
Commit 8e9a4b6e authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #952 from MikeMcQuaid/test-bot-no-homebrew-tess-taps

test-bot: don't run Homebrew tests for taps PRs.
parents 3d3a03f7 0f03506a
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
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