1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00

In pg_upgrade, remove 'set -x' from test script.

This commit is contained in:
Bruce Momjian 2012-12-01 12:07:14 -05:00
parent 1c59e37665
commit 452739df82

View File

@ -71,8 +71,6 @@ logdir=$PWD/log
rm -rf "$logdir"
mkdir "$logdir"
set -x
$oldbindir/initdb -N
$oldbindir/pg_ctl start -l "$logdir/postmaster1.log" -o '-F' -w
if "$MAKE" -C "$oldsrc" installcheck; then