Skip to content
Snippets Groups Projects
Commit 2f227656 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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

executed.
parent aa2fec0a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment