diff options
| author | Mike McQuaid | 2016-08-08 10:06:46 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-08-08 10:06:46 +0100 |
| commit | 24f7e671317dfe22f1d8e10426db2e9074674bc9 (patch) | |
| tree | 3ae128fe863f4e4af01a2c50705e1e5b538943eb /Library/Homebrew/dev-cmd/test-bot.rb | |
| parent | 26fb38a739dd95810707169892ad8b42d185c086 (diff) | |
| download | brew-24f7e671317dfe22f1d8e10426db2e9074674bc9.tar.bz2 | |
test-bot: don't run cmd taps generic tests.
Diffstat (limited to 'Library/Homebrew/dev-cmd/test-bot.rb')
| -rw-r--r-- | Library/Homebrew/dev-cmd/test-bot.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb index e3ba7e41e..4170a7bf7 100644 --- a/Library/Homebrew/dev-cmd/test-bot.rb +++ b/Library/Homebrew/dev-cmd/test-bot.rb @@ -662,13 +662,14 @@ 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 + test "brew", "tests", "--generic", *tests_args_generic test "brew", "tests", "--no-compat", *tests_args_no_compat test "brew", "readall", "--syntax" # TODO: try to fix this on Linux at some stage. |
