am 20d16a75: Merge "Silence lcov existence test output."

* commit '20d16a75b2e14fe8408e664cad0faae07f200f47':
  Silence lcov existence test output.
This commit is contained in:
Dan Albert
2014-09-25 20:03:43 +00:00
committed by Android Git Automerger

View File

@@ -30,7 +30,7 @@
# it in your browser). # it in your browser).
# #
which lcov which lcov >/dev/null 2>/dev/null
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo 'lcov not found: running `sudo apt-get install lcov`' echo 'lcov not found: running `sudo apt-get install lcov`'
sudo apt-get install lcov sudo apt-get install lcov