mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
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:
parent
7e2b1c03ce
commit
8cade04c10
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user