mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Restore set -x in pg_upgrade/test.sh, so the user can see what is being
executed.
This commit is contained in:
@ -71,6 +71,9 @@ logdir=$PWD/log
|
||||
rm -rf "$logdir"
|
||||
mkdir "$logdir"
|
||||
|
||||
# enable echo so the user can see what is being executed
|
||||
set -x
|
||||
|
||||
$oldbindir/initdb -N
|
||||
$oldbindir/pg_ctl start -l "$logdir/postmaster1.log" -o '-F' -w
|
||||
if "$MAKE" -C "$oldsrc" installcheck; then
|
||||
|
Reference in New Issue
Block a user