Commit 27becf40 authored by Seth Howell's avatar Seth Howell Committed by Daniel Verkamp
Browse files

autotest.sh: remove extra files generated by lcov.



Change-Id: I7d65ce6b7926559d11cfe659820be76f202aede5
Signed-off-by: default avatarSeth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/366349


Reviewed-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
parent ee368e7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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