Merge "Silence lcov existence test output."

This commit is contained in:
Dan Albert
2014-09-25 19:57:18 +00:00
committed by Gerrit Code Review

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