File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ subdir = src/test/isolation
66top_builddir = ../../..
77include $(top_builddir ) /src/Makefile.global
88
9+ # where to find psql for testing an existing installation
10+ PSQLDIR = $(bindir )
11+
912ifeq ($(PORTNAME ) , win32)
1013LDLIBS += -lws2_32
1114endif
@@ -70,7 +73,7 @@ maintainer-clean: distclean
7073 rm -f specparse.c specscanner.c
7174
7275installcheck : 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
You can’t perform that action at this time.
0 commit comments