From 98b580491e4fd10a540cdc5d4ebe0489e16a2c7f Mon Sep 17 00:00:00 2001 From: Aleksei Tcelishchev Date: Fri, 7 Nov 2014 00:34:44 +0300 Subject: thrift: use without-tests. Closes #32545. Closes #33979. Signed-off-by: Mike McQuaid --- Library/Formula/thrift.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb index 08b76a244..2ba9f7ec5 100644 --- a/Library/Formula/thrift.rb +++ b/Library/Formula/thrift.rb @@ -52,7 +52,7 @@ class Thrift < Formula def install system "./bootstrap.sh" unless build.stable? - exclusions = ["--without-ruby", "--disable-tests", "--without-php_extension"] + exclusions = ["--without-ruby", "--without-tests", "--without-php_extension"] exclusions << "--without-python" if build.without? "python" exclusions << "--without-haskell" if build.without? "haskell" -- cgit v1.2.3