Fix on lcov 1.14

This commit is contained in:
Joseph Birr-Pixton 2019-05-27 18:17:48 +01:00
parent 94563739d3
commit 3d33dd2bb0
1 changed files with 3 additions and 1 deletions

View File

@ -3,5 +3,7 @@ set -xe
if [ ! -e lcov/ ] ; then
git clone https://github.com/linux-test-project/lcov.git
cd lcov && sudo make install
cd lcov
git checkout v1.14
sudo make install
fi