diff --git a/tests/Makefile b/tests/Makefile index 2ff3f834bf..82b7e0fc5e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -162,7 +162,7 @@ lcov: coverage.info lcov-reset: TAG = LCOV lcov-reset: - $(M)lcov -d $(CURDIR) --zerocounters + $(M)lcov -q -d $(CURDIR) --zerocounters $(Q)$(RM) -f coverage.info clean:: testclean