From 7d133d23f9a6db9a7b99f99425013cbff91ca58a Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 25 Sep 2014 11:23:30 -0700 Subject: [PATCH] Silence lcov existence test output. Change-Id: I72ea929c8358d82c5653d7b475a35ddcb918dac0 --- scripts/acov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/acov b/scripts/acov index d6095a881..ef7c86a95 100755 --- a/scripts/acov +++ b/scripts/acov @@ -30,7 +30,7 @@ # it in your browser). # -which lcov +which lcov >/dev/null 2>/dev/null if [ $? -ne 0 ]; then echo 'lcov not found: running `sudo apt-get install lcov`' sudo apt-get install lcov