aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd/test-bot.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-07-14 14:37:50 +0100
committerGitHub2016-07-14 14:37:50 +0100
commitf6dad377b63946d403df7ed755fb14426a33df31 (patch)
tree7c474971bf57fe64576ca3fe4c12930552387369 /Library/Homebrew/dev-cmd/test-bot.rb
parent9aa4362eb4cbc1fb3f02ba73f94cec5f01c21f4c (diff)
downloadbrew-f6dad377b63946d403df7ed755fb14426a33df31.tar.bz2
test-bot: start running generic tests. (#505)
* test-bot: start running generic tests. Start running the test suite in the "generic" mode i.e. a base layer for non-OS X platforms to be able to use to ensure we don't break the generic code for the parts of the code we've got running. Currently this just runs the integration tests as that's the only useful suite that's entirely passing but eventually this will be changed to run the full test suite in generic mode. * test_integration_cmds: fix tests on Linux.
Diffstat (limited to 'Library/Homebrew/dev-cmd/test-bot.rb')
-rw-r--r--Library/Homebrew/dev-cmd/test-bot.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb
index 52eb47cce..7a9819dfa 100644
--- a/Library/Homebrew/dev-cmd/test-bot.rb
+++ b/Library/Homebrew/dev-cmd/test-bot.rb
@@ -664,6 +664,8 @@ module Homebrew
tests_args << "--coverage" if ENV["TRAVIS"]
end
test "brew", "tests", *tests_args
+ test "brew", "tests", "--generic", "--only=integration_cmds",
+ *tests_args
test "brew", "tests", "--no-compat"
test "brew", "readall", "--syntax"
else