Restore set -x in pg_upgrade/test.sh, so the user can see what is being
executed.
This commit is contained in:
parent
aa2fec0a18
commit
2f22765607
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user