Fix postgres runs in test-all script

This commit is contained in:
Dan Sosedoff 2020-03-15 20:54:17 -05:00
parent 136206fcff
commit d9586c5200

View File

@ -10,7 +10,7 @@ set -e
export PGHOST=${PGHOST:-localhost}
export PGUSER="postgres"
export PGPASSWORD=""
export PGPASSWORD="ci"
export PGDATABASE="booktown"
export PGPORT="15432"