From 144028de1cf9cf5c1896432445591a4cc8fb4b20 Mon Sep 17 00:00:00 2001 From: commitay Date: Wed, 2 May 2018 21:58:59 +1000 Subject: [PATCH] mysql: remove duplicate test conditional --- Formula/mysql.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Formula/mysql.rb b/Formula/mysql.rb index 899bce94d5..a931a8fa06 100644 --- a/Formula/mysql.rb +++ b/Formula/mysql.rb @@ -90,13 +90,6 @@ class Mysql < Formula # Build with InnoDB Memcached plugin args << "-DWITH_INNODB_MEMCACHED=ON" if build.with? "memcached" - # To enable unit testing at build, we need to download the unit testing suite - if build.with? "test" - args << "-DENABLE_DOWNLOADS=ON" - else - args << "-DWITH_UNIT_TESTS=OFF" - end - system "cmake", ".", *std_cmake_args, *args system "make" system "make", "install"