From: Vincent Bernat Date: Sat, 11 Jul 2020 09:42:38 +0000 (+0200) Subject: ci: silent a bit `brew update` X-Git-Tag: 1.0.6~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d5aa4211ad302ff98614289428b425b117e36bb;p=thirdparty%2Flldpd.git ci: silent a bit `brew update` It's quite verbose (and long...) --- diff --git a/tests/ci/install.sh b/tests/ci/install.sh index a8ed1679..580fcfd2 100755 --- a/tests/ci/install.sh +++ b/tests/ci/install.sh @@ -4,7 +4,7 @@ set -e case "$(uname -s)" in Darwin) - brew update + brew update > /dev/null brew bundle --file=- <<-EOS brew "libtool" brew "libxml2"