Skip to content

Commit b08ddf8

Browse files
committed
Use the right pgsql for isolation tests.
1 parent 6049772 commit b08ddf8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/test/isolation/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ subdir = src/test/isolation
66
top_builddir = ../../..
77
include $(top_builddir)/src/Makefile.global
88

9+
# where to find psql for testing an existing installation
10+
PSQLDIR = $(bindir)
11+
912
ifeq ($(PORTNAME), win32)
1013
LDLIBS += -lws2_32
1114
endif
@@ -70,7 +73,7 @@ maintainer-clean: distclean
7073
rm -f specparse.c specscanner.c
7174

7275
installcheck: all
73-
./pg_isolation_regress --inputdir=$(srcdir) --schedule=$(srcdir)/isolation_schedule
76+
./pg_isolation_regress --psqldir=$(PSQLDIR) --inputdir=$(srcdir) --schedule=$(srcdir)/isolation_schedule
7477

7578
# We can't support "make check" because isolationtester requires libpq, and
7679
# in fact (on typical platforms using shared libraries) requires libpq to

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