From e011589635723b0659d92732d3c78cf00a218832 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 8 Aug 2016 10:52:34 +0100 Subject: Revert "test-bot: don't run cmd taps generic tests." This reverts commit 24f7e671317dfe22f1d8e10426db2e9074674bc9. --- Library/Homebrew/dev-cmd/test-bot.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Homebrew/dev-cmd') 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. -- cgit v1.2.3