Improve setup function

This commit is contained in:
Marian Koncek 2025-08-05 15:02:37 +02:00
commit 04832d877e

View file

@ -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
}