Commit 2f227656 authored by Bruce Momjian's avatar Bruce Momjian

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

executed.
parent aa2fec0a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment