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

make test: Don't track NOTICEs#79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vitcpp merged 1 commit intopostgrespro:masterfromcybertec-postgresql:init_test
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletionsMakefile
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -120,11 +120,7 @@ ifeq ($(has_explain_summary),y)
endif
endif

test: pg_sphere.test.sql sql/init_test.sql
cp expected/init_test.out.in expected/init_test.out
ifneq ($(USE_HEALPIX),0)
cat expected/init_test_healpix.out.in >> expected/init_test.out
endif
test: pg_sphere.test.sql
$(pg_regress_installcheck) --temp-instance=tmp_check $(REGRESS_OPTS) $(TESTS)

pg_sphere.test.sql: $(RELEASE_SQL) $(shlib)
Expand Down
2 changes: 2 additions & 0 deletionsexpected/init_test.out
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
SET client_min_messages TO WARNING;
\set ECHO none
35 changes: 0 additions & 35 deletionsexpected/init_test.out.in
View file
Open in desktop

This file was deleted.

2 changes: 0 additions & 2 deletionsexpected/init_test_healpix.out.in
View file
Open in desktop

This file was deleted.

3 changes: 1 addition & 2 deletionssql/init_test.sql
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
SET client_min_messages TONOTICE;
SET client_min_messages TOWARNING;
\set ECHO none
\i pg_sphere.test.sql
\set ECHO all

[8]ページ先頭

©2009-2025 Movatter.jp