diff options
| author | Mike McQuaid | 2016-09-13 10:36:20 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2016-09-13 10:36:20 +0100 | 
| commit | 0f03506adc0f8123194dcaab68a2cf191d02dc6b (patch) | |
| tree | 46c481b4b3ef82c0b892ca0d58d9f69397aefdcf | |
| parent | 3d3a03f75a0b3fe30176b79593d79cf5555a5b33 (diff) | |
| download | brew-0f03506adc0f8123194dcaab68a2cf191d02dc6b.tar.bz2 | |
test-bot: don't run Homebrew tests for taps PRs.
Check the repository directly rather than @test_default_formula.
| -rw-r--r-- | Library/Homebrew/dev-cmd/test-bot.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb index 2704aa670..4168475f4 100644 --- a/Library/Homebrew/dev-cmd/test-bot.rb +++ b/Library/Homebrew/dev-cmd/test-bot.rb @@ -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")  | 
