build: print lcov version to log

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Requested-by: Lance Hartmann
Change-Id: Ied379648754a7f61d902c9454539f63117122e1f

Reviewed-on: https://review.gerrithub.io/399433
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
Jim Harris 2018-02-12 08:59:50 -07:00
parent 54700c7e69
commit 39fc8d8a22

View File

@ -38,6 +38,8 @@ if hash lcov; then
--rc geninfo_all_blocks=1
"
export LCOV="lcov $LCOV_OPTS --no-external"
# Print lcov version to log
$LCOV -v
# zero out coverage data
$LCOV -q -c -i -t "Baseline" -d $src -o cov_base.info
fi