From 27becf40d08a87cf2577e1e5bf0f299e58e0743c Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Tue, 20 Jun 2017 15:29:43 -0700 Subject: [PATCH] autotest.sh: remove extra files generated by lcov. Change-Id: I7d65ce6b7926559d11cfe659820be76f202aede5 Signed-off-by: Seth Howell Reviewed-on: https://review.gerrithub.io/366349 Reviewed-by: Daniel Verkamp Tested-by: SPDK Automated Test System --- autotest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotest.sh b/autotest.sh index a1eb48b1b..bf506be63 100755 --- a/autotest.sh +++ b/autotest.sh @@ -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