]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
ci: silent a bit `brew update`
authorVincent Bernat <vincent@bernat.ch>
Sat, 11 Jul 2020 09:42:38 +0000 (11:42 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sat, 11 Jul 2020 09:42:38 +0000 (11:42 +0200)
It's quite verbose (and long...)

tests/ci/install.sh

index a8ed1679f6cd0af474d5eb9ed130d2dd98f19139..580fcfd2f4d73a7697d44932ce326ae0c075d11b 100755 (executable)
@@ -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"