Fix postgres runs in test-all script
This commit is contained in:
parent
136206fcff
commit
d9586c5200
@ -10,7 +10,7 @@ set -e
|
|||||||
|
|
||||||
export PGHOST=${PGHOST:-localhost}
|
export PGHOST=${PGHOST:-localhost}
|
||||||
export PGUSER="postgres"
|
export PGUSER="postgres"
|
||||||
export PGPASSWORD=""
|
export PGPASSWORD="ci"
|
||||||
export PGDATABASE="booktown"
|
export PGDATABASE="booktown"
|
||||||
export PGPORT="15432"
|
export PGPORT="15432"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user