Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb08ddf8

Browse files
committed
Use the right pgsql for isolation tests.
1 parent6049772 commitb08ddf8

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)

[8]ページ先頭

©2009-2025 Movatter.jp