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

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

View File

@@ -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