diff options
author | Noah Misch <noah@leadboat.com> | 2015-07-29 22:49:36 -0400 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2015-07-29 22:52:37 -0400 |
commit | 1471c0e27c2f71bed551463e8072da9c01c63dae (patch) | |
tree | dcc255b550aa22662f19ac522e261ec7763ec896 /src | |
parent | fdb8ea9366785d7e2a31469c1389ca8a6f11889f (diff) | |
download | postgresql-1471c0e27c2f71bed551463e8072da9c01c63dae.tar.gz postgresql-1471c0e27c2f71bed551463e8072da9c01c63dae.zip |
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.
Diffstat (limited to 'src')
-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 f4e5d9ae6e9..ec3a7ed96a7 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 |