Improve setup function
This commit is contained in:
parent
d42690c41d
commit
04832d877e
1 changed files with 3 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ PGTESTS_LOCALE=C.UTF-8
|
|||
|
||||
function setup_build_local_properties
|
||||
{
|
||||
echo "\
|
||||
cat << EOF
|
||||
test.url.PGHOST=localhost
|
||||
test.url.PGPORT=$PGTESTS_PORT
|
||||
test.url.PGDBNAME=test
|
||||
|
|
@ -19,5 +19,6 @@ password=test
|
|||
privilegedUser=$PGTESTS_ADMIN
|
||||
privilegedPassword=$PGTESTS_ADMINPASS
|
||||
preparethreshold=5
|
||||
loglevel=0"
|
||||
loglevel=0
|
||||
EOF
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue