--- tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile b/tests/Makefile index 495df10..af92e26 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -130,11 +130,11 @@ fate-list: coverage.info: TAG = LCOV coverage.info: - $(M)lcov -d $(CURDIR) -b $(SRC_PATH) --capture -o $@ + $(M)lcov -d $(CURDIR) -b $(SRC_PATH) --capture --quiet -o $@ lcov: TAG = GENHTML lcov: coverage.info - $(M)genhtml -o $(CURDIR)/lcov $< + $(M)genhtml --quiet -o $(CURDIR)/lcov $< lcov-reset: TAG = LCOV lcov-reset: -- 1.7.9.5 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
