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
6
6
top_builddir = ../../..
7
7
include $(top_builddir ) /src/Makefile.global
8
8
9
+ # where to find psql for testing an existing installation
10
+ PSQLDIR = $(bindir )
11
+
9
12
ifeq ($(PORTNAME ) , win32)
10
13
LDLIBS += -lws2_32
11
14
endif
@@ -70,7 +73,7 @@ maintainer-clean: distclean
70
73
rm -f specparse.c specscanner.c
71
74
72
75
installcheck : all
73
- ./pg_isolation_regress --inputdir=$(srcdir ) --schedule=$(srcdir ) /isolation_schedule
76
+ ./pg_isolation_regress --psqldir= $( PSQLDIR ) -- inputdir=$(srcdir ) --schedule=$(srcdir ) /isolation_schedule
74
77
75
78
# We can't support "make check" because isolationtester requires libpq, and
76
79
# in fact (on typical platforms using shared libraries) requires libpq to
You can’t perform that action at this time.
0 commit comments