From 29c7d5e4844443acaa74a0d06dd6c70b320bb315 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sat, 13 May 2017 15:13:17 -0700 Subject: [PATCH] Specify --outputdir for isolation install check, not just plain check. This should probably have been part of 60f826c5e62. Reported-By: Andrew Gierth --- src/Makefile.global.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.global.in b/src/Makefile.global.in index dfbd2ae892..8bebc0244a 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -573,7 +573,7 @@ pg_isolation_regress_check = \ $(pg_regress_locale_flags) $(EXTRA_REGRESS_OPTS) pg_isolation_regress_installcheck = \ $(top_builddir)/src/test/isolation/pg_isolation_regress \ - --inputdir=$(srcdir) \ + --inputdir=$(srcdir) --outputdir=output_iso \ --bindir='$(bindir)' \ $(pg_regress_locale_flags) $(EXTRA_REGRESS_OPTS) -- 2.40.0