We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6049772 commitb08ddf8Copy full SHA for b08ddf8
src/test/isolation/Makefile
@@ -6,6 +6,9 @@ subdir = src/test/isolation
6
top_builddir = ../../..
7
include$(top_builddir)/src/Makefile.global
8
9
+# where to find psql for testing an existing installation
10
+PSQLDIR =$(bindir)
11
+
12
ifeq ($(PORTNAME), win32)
13
LDLIBS += -lws2_32
14
endif
@@ -70,7 +73,7 @@ maintainer-clean: distclean
70
73
rm -f specparse.c specscanner.c
71
74
72
75
installcheck: all
-./pg_isolation_regress --inputdir=$(srcdir) --schedule=$(srcdir)/isolation_schedule
76
+./pg_isolation_regress --psqldir=$(PSQLDIR) --inputdir=$(srcdir) --schedule=$(srcdir)/isolation_schedule
77
78
# We can't support "make check" because isolationtester requires libpq, and
79
# in fact (on typical platforms using shared libraries) requires libpq to