diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index c3e5ea91ae..e72b8df6d0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -229,7 +229,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 |