aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/dev-cmd/test-bot.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb
index 3b1e410e0..440fe4ca1 100644
--- a/Library/Homebrew/dev-cmd/test-bot.rb
+++ b/Library/Homebrew/dev-cmd/test-bot.rb
@@ -639,12 +639,9 @@ module Homebrew
tests_args << "--coverage" if ruby_two && ENV["TRAVIS"]
test "brew", "tests", *tests_args
test "brew", "tests", "--no-compat"
- elsif @tap.core_tap?
- readall_args = []
- readall_args << "--syntax" if ruby_two
- test "brew", "readall", "--aliases", *readall_args
+ test "brew", "readall", "--syntax"
else
- test "brew", "readall", @tap.name
+ test "brew", "readall", "--aliases", @tap.name
end
end