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

Commit8138fc1

Browse files
committed
make test: Don't track NOTICEs
There's little value in tracking the noise of NOTICEs emitted duringloading pg_sphere.test.sql, so just mute them.The gain from this change is that future patches will not have to updatethe changed line numbers in the output tracked. (Cf.c2a2351)
1 parente64212e commit8138fc1

File tree

5 files changed

+4
-44
lines changed

5 files changed

+4
-44
lines changed

‎Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,7 @@ ifeq ($(has_explain_summary),y)
120120
endif
121121
endif
122122

123-
test: pg_sphere.test.sql sql/init_test.sql
124-
cp expected/init_test.out.in expected/init_test.out
125-
ifneq ($(USE_HEALPIX),0)
126-
cat expected/init_test_healpix.out.in >> expected/init_test.out
127-
endif
123+
test: pg_sphere.test.sql
128124
$(pg_regress_installcheck) --temp-instance=tmp_check$(REGRESS_OPTS)$(TESTS)
129125

130126
pg_sphere.test.sql:$(RELEASE_SQL)$(shlib)

‎expected/init_test.out

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SET client_min_messages TO WARNING;
2+
\set ECHO none

‎expected/init_test.out.in

Lines changed: 0 additions & 35 deletions
This file was deleted.

‎expected/init_test_healpix.out.in

Lines changed: 0 additions & 2 deletions
This file was deleted.

‎sql/init_test.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
SET client_min_messages TONOTICE;
1+
SET client_min_messages TOWARNING;
22
\set ECHO none
33
\ipg_sphere.test.sql
4-
\set ECHO all

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp