Again

pull/14/head
Sander Vocke 5 years ago
parent cf73952094
commit e4bfe5a920
  1. 2
      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

Loading…
Cancel
Save