mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 18:32:53 -04:00
In pg_upgrade, remove 'set -x' from test script.
This commit is contained in:
parent
1c59e37665
commit
452739df82
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue