[FFmpeg-cvslog] build: Silence the lcov-reset target

Diego Biurrun git at videolan.org
Thu May 12 15:28:35 CEST 2016


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Apr 11 16:21:36 2016 +0200| [a08b5d7b5725932f4ad39e95c5d6589392dee2c6] | committer: Diego Biurrun

build: Silence the lcov-reset target

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a08b5d7b5725932f4ad39e95c5d6589392dee2c6
---

 tests/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index 2ff3f83..82b7e0f 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



More information about the ffmpeg-cvslog mailing list