From 30f74955f4109dfc9654c8e8acf108b6ab63800b Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Wed, 26 Sep 2018 16:19:33 +0200 Subject: [PATCH] leveldb: remove test option --- Formula/leveldb.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/leveldb.rb b/Formula/leveldb.rb index 5d8e495efe..60b935fd31 100644 --- a/Formula/leveldb.rb +++ b/Formula/leveldb.rb @@ -14,14 +14,12 @@ class Leveldb < Formula sha256 "5743bd58aa63406f6405d690fad63fff92169de51331ef6918310dcb70ad6383" => :yosemite end - option "with-test", "Verify the build with make check" - depends_on "gperftools" depends_on "snappy" def install system "make" - system "make", "check" if build.bottle? || build.with?("test") + system "make", "check" if build.bottle? include.install "include/leveldb" bin.install "out-static/leveldbutil"