Skip to content

Commit 021a569

Browse files
committed
Remove redundant "make install" from pg_upgrade test suite.
A top-level "make install" includes pg_upgrade since commit 9fa8b0e. Back-patch to 9.5, where that commit first appeared.
1 parent e6ea46c commit 021a569

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/pg_upgrade/test.sh

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ if [ "$1" = '--install' ]; then
7171
libdir=$temp_install/$libdir
7272

7373
"$MAKE" -s -C ../.. install DESTDIR="$temp_install"
74-
"$MAKE" -s -C . install DESTDIR="$temp_install"
7574

7675
# platform-specific magic to find the shared libraries; see pg_regress.c
7776
LD_LIBRARY_PATH=$libdir:$LD_LIBRARY_PATH

0 commit comments

Comments
 (0)