projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6ea46c
)
Remove redundant "make install" from pg_upgrade test suite.
author
Noah Misch
<noah@leadboat.com>
Thu, 30 Jul 2015 02:49:36 +0000
(22:49 -0400)
committer
Noah Misch
<noah@leadboat.com>
Thu, 30 Jul 2015 02:49:36 +0000
(22:49 -0400)
A top-level "make install" includes pg_upgrade since commit
9fa8b0ee90c44c0f97d16bf65e94322988c94864
. Back-patch to 9.5, where that
commit first appeared.
src/bin/pg_upgrade/test.sh
patch
|
blob
|
history
diff --git
a/src/bin/pg_upgrade/test.sh
b/src/bin/pg_upgrade/test.sh
index f4e5d9ae6e92031ec3966c1eaab73e5d7c00c759..ec3a7ed96a75423c1de34bf531123d45b874b570 100644
(file)
--- a/
src/bin/pg_upgrade/test.sh
+++ b/
src/bin/pg_upgrade/test.sh
@@
-71,7
+71,6
@@
if [ "$1" = '--install' ]; then
libdir=$temp_install/$libdir
"$MAKE" -s -C ../.. install DESTDIR="$temp_install"
- "$MAKE" -s -C . install DESTDIR="$temp_install"
# platform-specific magic to find the shared libraries; see pg_regress.c
LD_LIBRARY_PATH=$libdir:$LD_LIBRARY_PATH