aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-09-12 22:15:23 +0800
committerXu Cheng2015-09-12 22:15:23 +0800
commit71f6d2d1659a54d9197c8a6eb19c0d337ca752ff (patch)
tree44c02862f0e31a810e1e333ce091d7a1adff100f /Library
parentc5bb3886533bf62a272a30265bb1663a1fcb0ce0 (diff)
downloadbrew-71f6d2d1659a54d9197c8a6eb19c0d337ca752ff.tar.bz2
test-bot: always run brew tests
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index d891a0483..ebee97261 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -573,10 +573,10 @@ module Homebrew
def homebrew
@category = __method__
return if @skip_homebrew
+ test "brew", "tests"
if @tap
test "brew", "readall", @tap
else
- test "brew", "tests"
test "brew", "tests", "--no-compat"
readall_args = ["--aliases"]
readall_args << "--syntax" if MacOS.version >= :mavericks