aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2016-08-08 10:52:34 +0100
committerMike McQuaid2016-08-08 10:52:34 +0100
commite011589635723b0659d92732d3c78cf00a218832 (patch)
treec3fbd517a11e0a05d2f6e615b10b42d81851e7b6
parent24f7e671317dfe22f1d8e10426db2e9074674bc9 (diff)
downloadbrew-e011589635723b0659d92732d3c78cf00a218832.tar.bz2
Revert "test-bot: don't run cmd taps generic tests."
This reverts commit 24f7e671317dfe22f1d8e10426db2e9074674bc9.
-rw-r--r--Library/Homebrew/dev-cmd/test-bot.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb
index 4170a7bf7..e3ba7e41e 100644
--- a/Library/Homebrew/dev-cmd/test-bot.rb
+++ b/Library/Homebrew/dev-cmd/test-bot.rb
@@ -662,14 +662,13 @@ module Homebrew
if @tap.nil?
tests_args = []
- tests_args_generic = []
tests_args_no_compat = []
if RUBY_TWO
tests_args << "--official-cmd-taps"
tests_args_no_compat << "--coverage" if ARGV.include?("--coverage")
end
test "brew", "tests", *tests_args
- test "brew", "tests", "--generic", *tests_args_generic
+ test "brew", "tests", "--generic", *tests_args
test "brew", "tests", "--no-compat", *tests_args_no_compat
test "brew", "readall", "--syntax"
# TODO: try to fix this on Linux at some stage.