projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
524dbc1
)
Specify --outputdir for isolation install check, not just plain check.
author
Andres Freund
<andres@anarazel.de>
Sat, 13 May 2017 22:13:17 +0000
(15:13 -0700)
committer
Andres Freund
<andres@anarazel.de>
Sat, 13 May 2017 22:13:17 +0000
(15:13 -0700)
This should probably have been part of
60f826c5e62
.
Reported-By: Andrew Gierth
src/Makefile.global.in
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.global.in
b/src/Makefile.global.in
index dfbd2ae892f73de983629d822303428c746270eb..8bebc0244ace80352c360119c74480536b9dbf2b 100644
(file)
--- 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)