diff options
author | Noah Misch | 2015-07-30 02:49:36 +0000 |
---|---|---|
committer | Noah Misch | 2015-07-30 02:49:36 +0000 |
commit | 021a56989aa5cbf10854ae3a0a17722e6ce1f9f9 (patch) | |
tree | 5e9ec9a6b03c43a49236fa86b59f76c2b0bb0c4b | |
parent | e6ea46c30ec9d086d3317d293b1e249f21e43fbc (diff) |
Remove redundant "make install" from pg_upgrade test suite.
A top-level "make install" includes pg_upgrade since commit
9fa8b0ee90c44c0f97d16bf65e94322988c94864. Back-patch to 9.5, where that
commit first appeared.
-rw-r--r-- | src/bin/pg_upgrade/test.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/test.sh b/src/bin/pg_upgrade/test.sh index f4e5d9ae6e..ec3a7ed96a 100644 --- 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 |