mysql: remove duplicate test conditional

This commit is contained in:
commitay 2018-05-02 21:58:59 +10:00 committed by FX Coudert
parent 27c2ecd6a1
commit 144028de1c

View file

@ -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"