Fix buildfarm incompatibility in updated pg_upgrade test script.

Looks like some versions of the buildfarm script try to set the port via
--port in $EXTRA_REGRESS_OPTS.  Override that ...
This commit is contained in:
Tom Lane 2013-05-11 16:14:19 -04:00
parent 7e2b1c03ce
commit 8cade04c10
1 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,10 @@ do
export PGPORT
done
# buildfarm may try to override port via EXTRA_REGRESS_OPTS ...
EXTRA_REGRESS_OPTS="$EXTRA_REGRESS_OPTS --port=$PGPORT"
export EXTRA_REGRESS_OPTS
# enable echo so the user can see what is being executed
set -x