Commit 29c7d5e4 authored by Andres Freund's avatar Andres Freund

Specify --outputdir for isolation install check, not just plain check.

This should probably have been part of 60f826c5.

Reported-By: Andrew Gierth
parent 524dbc14
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment