Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make test: Don't track NOTICEs #79

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all 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 deletions Makefile
Original file line number Diff line number Diff 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 deletions expected/init_test.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SET client_min_messages TO WARNING;
\set ECHO none
35 changes: 0 additions & 35 deletions expected/init_test.out.in

This file was deleted.

2 changes: 0 additions & 2 deletions expected/init_test_healpix.out.in

This file was deleted.

3 changes: 1 addition & 2 deletions sql/init_test.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
SET client_min_messages TO NOTICE;
SET client_min_messages TO WARNING;
\set ECHO none
\i pg_sphere.test.sql
\set ECHO all