diff --git a/autotest.sh b/autotest.sh index ea7982e98..325d4c6f6 100755 --- a/autotest.sh +++ b/autotest.sh @@ -147,6 +147,7 @@ if hash lcov; then $LCOV -q -c -d $src -t "$(hostname)" -o cov_test.info $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 + $LCOV -q -r $out/cov_total.info '/usr/*' -o $out/cov_total.info git clean -f "*.gcda" rm -f cov_base.info cov_test.info OLD_STDOUT OLD_STDERR fi