diff --git a/buildscripts/dbtests.sh b/buildscripts/dbtests.sh index adf49734a..928d56021 100755 --- a/buildscripts/dbtests.sh +++ b/buildscripts/dbtests.sh @@ -15,7 +15,7 @@ case ${db} in ;; postgresql*) db="postgresql" - dbContainerOpts="--name postgresql_tests postgresql" + dbContainerOpts="--name postgresql_tests postgresql -l" DBURL="postgres://server@postgresql_tests:5432/notaryserver?sslmode=verify-ca&sslrootcert=/go/src/github.com/docker/notary/fixtures/database/ca.pem&sslcert=/go/src/github.com/docker/notary/fixtures/database/notary-server.pem&sslkey=/go/src/github.com/docker/notary/fixtures/database/notary-server-key.pem" ;; *)