aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAleksei Tcelishchev2014-11-07 00:34:44 +0300
committerMike McQuaid2014-11-07 09:07:07 +0000
commit98b580491e4fd10a540cdc5d4ebe0489e16a2c7f (patch)
tree1f5308a23d3d45879b919c5f0dd5c0d386397cb3 /Library
parentdc11846993468effbdc124fd3e6b018b92a08a1d (diff)
downloadhomebrew-98b580491e4fd10a540cdc5d4ebe0489e16a2c7f.tar.bz2
thrift: use without-tests.
Closes #32545. Closes #33979. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/thrift.rb2
1 files changed, 1 insertions, 1 deletions
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"