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:
parent
1c59e37665
commit
452739df82
@ -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…
x
Reference in New Issue
Block a user