aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-07-17 07:58:31 -0600
committerMike McQuaid2016-07-27 15:05:42 -0600
commit932e145d9c44ef6c9f828422bf1daef8f10baa6f (patch)
treef5ee6c6538a125991f3173b1da6655d21e6b832c /Library
parent536c42f7e6214087812413177d8bcebf3ab04f6e (diff)
downloadbrew-932e145d9c44ef6c9f828422bf1daef8f10baa6f.tar.bz2
test-bot: run all tests in generic mode.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/dev-cmd/test-bot.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb
index 2ee74133c..3e2f559ee 100644
--- a/Library/Homebrew/dev-cmd/test-bot.rb
+++ b/Library/Homebrew/dev-cmd/test-bot.rb
@@ -665,8 +665,7 @@ module Homebrew
tests_args_coverage << "--coverage" if ENV["TRAVIS"]
end
test "brew", "tests", *tests_args
- test "brew", "tests", "--generic", "--only=integration_cmds",
- *tests_args
+ test "brew", "tests", "--generic", *tests_args
test "brew", "tests", "--no-compat", *tests_args_coverage
test "brew", "readall", "--syntax"
# test update from origin/master to current commit.