aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd
diff options
context:
space:
mode:
authorMartin Afanasjew2016-07-04 17:41:14 +0200
committerMartin Afanasjew2016-07-04 17:41:14 +0200
commitdba1958bd79c1c9d18f215dfc2b806ea62edd1c8 (patch)
tree3dcf267c146d031230114d539a7a478d7908f1db /Library/Homebrew/dev-cmd
parentfe29cc2920b456df3b008686d38cd8f0352c5d30 (diff)
downloadbrew-dba1958bd79c1c9d18f215dfc2b806ea62edd1c8.tar.bz2
Revert "Test officially supported cmd taps. (#390)"
This reverts commit 252c701c59227c385ef6178fe99523cca8c843bb. Taps installed prior to running the test suite are not visible to the test suite as most Homebrew paths are redefined as to not mess up the local installation.
Diffstat (limited to 'Library/Homebrew/dev-cmd')
-rw-r--r--Library/Homebrew/dev-cmd/test-bot.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb
index 9e55fbfa6..2f6c44d3a 100644
--- a/Library/Homebrew/dev-cmd/test-bot.rb
+++ b/Library/Homebrew/dev-cmd/test-bot.rb
@@ -659,7 +659,6 @@ module Homebrew
test "brew", "tests", *tests_args
test "brew", "tests", "--no-compat"
test "brew", "readall", "--syntax"
- test "brew", "tests", "--official-cmd-taps"
else
test "brew", "readall", "--aliases", @tap.name
end