X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=travis%2Fconfigure-postgres.sh;fp=travis%2Fconfigure-postgres.sh;h=0000000000000000000000000000000000000000;hp=09a41e24ea67651a546091dcbc8415ca2947ff78;hb=011422d5848488842bd2752f8dd6fdbb51fd884f;hpb=7dda3c7100d4c67bc7d8cc363464078c2e0cc975 diff --git a/travis/configure-postgres.sh b/travis/configure-postgres.sh deleted file mode 100755 index 09a41e2..0000000 --- a/travis/configure-postgres.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -x - -PQ_CREATE_DB_SQL="CREATE DATABASE $PG_TEST_DB_NAME;" -PQ_DSN="postgres://$PG_TEST_DB_USER@localhost/$PG_TEST_DB_NAME" - -psql -c "$PQ_CREATE_DB_SQL" -U $PG_TEST_DB_USER -echo " ./tests/_setup.inc