Skip to content

Commit cedbca8

Browse files
committed
Make check-prepared-txns use temp-install binaries.
It tested the installed binaries. This fixes 9.6 and 9.5 to follow later versions and "make -C src/test/isolation check" in this respect.
1 parent 4dd2c3b commit cedbca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/isolation/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ installcheck-prepared-txns: all temp-install
5656
./pg_isolation_regress --bindir='$(bindir)' $(EXTRA_REGRESS_OPTS) --inputdir=$(srcdir) --schedule=$(srcdir)/isolation_schedule prepared-transactions
5757

5858
check-prepared-txns: all temp-install
59-
./pg_isolation_regress --temp-instance=./tmp_check $(TEMP_CONF) $(EXTRA_REGRESS_OPTS) --inputdir=$(srcdir) --schedule=$(srcdir)/isolation_schedule prepared-transactions
59+
$(with_temp_install) ./pg_isolation_regress --temp-instance=./tmp_check $(TEMP_CONF) --inputdir=$(srcdir) --bindir= $(EXTRA_REGRESS_OPTS) --schedule=$(srcdir)/isolation_schedule prepared-transactions

0 commit comments

Comments
 (0)