mirror of
https://github.com/postgres/postgres.git
synced 2026-06-27 09:22:52 -04:00
Specify --outputdir for isolation install check, not just plain check.
This should probably have been part of 60f826c5e6.
Reported-By: Andrew Gierth
This commit is contained in:
parent
524dbc1433
commit
29c7d5e484
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue