Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52e1b1b

Browse files
committed
Run coverage commands quietly
They are very chatty by default, but the output doesn't seem all thatuseful for normal operation.Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
1 parentc011236 commit52e1b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Makefile.global.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ coverage: $(local_gcda_files:.gcda=.c.gcov)
893893
.PHONY: coverage-html
894894
coverage-html: coverage-html-stamp
895895

896-
GENHTML_FLAGS = --legend
896+
GENHTML_FLAGS = -q --legend
897897
GENHTML_TITLE = PostgreSQL$(VERSION)
898898

899899
coverage-html-stamp: lcov_base.info lcov_test.info
@@ -902,7 +902,7 @@ coverage-html-stamp: lcov_base.info lcov_test.info
902902
touch$@
903903

904904
LCOV += --gcov-tool$(GCOV)
905-
LCOVFLAGS = --no-external
905+
LCOVFLAGS = -q --no-external
906906

907907
all_gcno_files =$(shell find . -name '*.gcno' -print)
908908

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp