diff options
| author | Andres Freund | 2017-05-13 22:13:17 +0000 |
|---|---|---|
| committer | Andres Freund | 2017-05-13 22:13:17 +0000 |
| commit | 29c7d5e4844443acaa74a0d06dd6c70b320bb315 (patch) | |
| tree | 6531bf2739666072585453306e4a1e5b896bda8b | |
| parent | 524dbc14335cde0b18745f05a9112436d212f061 (diff) | |
Specify --outputdir for isolation install check, not just plain check.
This should probably have been part of 60f826c5e62.
Reported-By: Andrew Gierth
| -rw-r--r-- | src/Makefile.global.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index dfbd2ae892f..8bebc0244ac 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) |
