From 48549a421ad4537b3e0b1b1c1c1cf8dec7ba7b0b Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Fri, 2 Dec 2016 15:02:47 -0800 Subject: [PATCH] capnp: remove `make check` Per https://github.com/Homebrew/homebrew-core/issues/5435#issuecomment-264576618 Closes #5773. Signed-off-by: Mike McQuaid --- Formula/capnp.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/capnp.rb b/Formula/capnp.rb index 6391d2eef8..38a46cc417 100644 --- a/Formula/capnp.rb +++ b/Formula/capnp.rb @@ -34,7 +34,6 @@ class Capnp < Formula mkdir "build" do system "cmake", "..", *std_cmake_args - system "make", "check" system "make", "install" end end