diff options
| author | Mike McQuaid | 2016-07-04 17:08:17 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-07-04 17:08:17 +0100 |
| commit | 245441e1e8dec32ee3f920206654c47645661a83 (patch) | |
| tree | 514f48bb0061c0e0dd1039cfb53ea06022aba304 /Library | |
| parent | bf42959609280e023b00a9f185bc5a55acd6f453 (diff) | |
| download | brew-245441e1e8dec32ee3f920206654c47645661a83.tar.bz2 | |
test-bot: fix args, tap before official-cmd-taps.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/dev-cmd/test-bot.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb index 9e55fbfa6..72b619f86 100644 --- a/Library/Homebrew/dev-cmd/test-bot.rb +++ b/Library/Homebrew/dev-cmd/test-bot.rb @@ -654,12 +654,14 @@ module Homebrew ruby_two = RUBY_VERSION.split(".").first.to_i >= 2 if @tap.nil? - tests_args = [] + test "brew", "tap", "caskroom/cask" + test "brew", "tap", "homebrew/bundle" + test "brew", "tap", "homebrew/services" + tests_args = ["--official-cmd-taps"] tests_args << "--coverage" if ruby_two && ENV["TRAVIS"] 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 |
