Skip to content

Commit 8e5f430

Browse files
committed
Re-add "make check" target in src/test/isolation/Makefile
This effectively reverts 7886cc7, which was done under the impression that isolationtester needs libpq, which it no longer does (and never really did).
1 parent 44634e4 commit 8e5f430

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/test/isolation/Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,5 @@ maintainer-clean: distclean
7070
installcheck: all
7171
./pg_isolation_regress --psqldir='$(PSQLDIR)' --inputdir=$(srcdir) --schedule=$(srcdir)/isolation_schedule
7272

73-
# We can't support "make check" because isolationtester requires libpq, and
74-
# in fact (on typical platforms using shared libraries) requires libpq to
75-
# already be installed. You could run "make install" and then run a check
76-
# using a temp installation, but there seems little point in that.
77-
check:
78-
@echo "'make check' is not supported."
79-
@echo "Install PostgreSQL, then 'make installcheck' instead."
73+
check: all
74+
./pg_isolation_regress --temp-install=./tmp_check --inputdir=$(srcdir) --top-builddir=$(top_builddir) --schedule=$(srcdir)/isolation_schedule

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy