mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
debian/tests/testsuite: Use trust authentication
This commit is contained in:
parent
e19329be99
commit
ebad5e2e57
3
debian/tests/testsuite
vendored
3
debian/tests/testsuite
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user