Restore set -x in pg_upgrade/test.sh, so the user can see what is being

executed.
This commit is contained in:
Bruce Momjian 2012-12-03 23:44:18 -05:00
parent aa2fec0a18
commit 2f22765607

View File

@ -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