debian/tests/testsuite: Use trust authentication

This commit is contained in:
Christoph Berg 2022-06-24 13:21:29 +02:00
parent e19329be99
commit ebad5e2e57

View File

@ -7,4 +7,5 @@ case $USER in
*) PGSUPERUSER=$USER ;;
esac
PGLOADER=pgloader PGSUPERUSER=$PGSUPERUSER pg_virtualenv make -C test prepare regress
# use trust authentication to avoid scram failures on bullseye/buster/stretch/impish/focal/bionic
PGLOADER=pgloader PGSUPERUSER=$PGSUPERUSER pg_virtualenv -i'-Atrust' make -C test prepare regress