aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-09-04 10:58:35 +0100
committerGitHub2016-09-04 10:58:35 +0100
commitf19ad51734e7d68ba4d1361d942f7138345e3085 (patch)
treea2c1252efaa2535c0648133911fcc7e551b775a4 /Library
parent52812006b5264338b57ccbb5785a648f5dcb5b66 (diff)
parent1feda75081e3def8310302f8810f907388fc9532 (diff)
downloadbrew-f19ad51734e7d68ba4d1361d942f7138345e3085.tar.bz2
Merge pull request #861 from MikeMcQuaid/test-bot-no-tests-with-formulae
test-bot: don't run brew tests etc. when formulae.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/dev-cmd/test-bot.rb2
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 d35e76345..d481f2a2d 100644
--- a/Library/Homebrew/dev-cmd/test-bot.rb
+++ b/Library/Homebrew/dev-cmd/test-bot.rb
@@ -649,7 +649,7 @@ module Homebrew
@category = __method__
return if @skip_homebrew
- if @tap.nil?
+ if @tap.nil? && Array(@formulae).empty?
tests_args = ["--official-cmd-taps"]
tests_args_no_compat = []
tests_args_no_compat << "--coverage" if ARGV.include?("--coverage")