diff --git a/server/test/test.sh b/server/test/test.sh index 7c2cca6..9d3e4ed 100755 --- a/server/test/test.sh +++ b/server/test/test.sh @@ -83,7 +83,7 @@ if [ ! -z "${DO_POSTGRES}" ]; then done elif [ ! -z "${START_POSTGRES_TESTCONTAINER}" ]; then # Fire up a test Postgres process. - /docker_entrypoint.sh postgres & + /docker-entrypoint.sh postgres & PID=$(echo $!) trap "kill $PID" EXIT