autotest.sh: remove extra files generated by lcov.

Change-Id: I7d65ce6b7926559d11cfe659820be76f202aede5
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/366349
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
Seth Howell 2017-06-20 15:29:43 -07:00 committed by Daniel Verkamp
parent ee368e7b81
commit 27becf40d0

View File

@ -149,5 +149,5 @@ if hash lcov; then
$LCOV -q -a cov_base.info -a cov_test.info -o $out/cov_total.info
$LCOV -q -r $out/cov_total.info 'dpdk/*' -o $out/cov_total.info
git clean -f "*.gcda"
rm -f cov_base.info cov_test.info
rm -f cov_base.info cov_test.info OLD_STDOUT OLD_STDERR
fi