Skip to content

Commit

Permalink
Export RTFBLOG_DB_DRIVER in DB test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfb committed Oct 29, 2015
1 parent 4e60c28 commit b20ce1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run-db-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ${PGSQL_PATH}/postgres -F -k ${PGSQL_DATA} -D ${PGSQL_DATA} &> ${PGSQL_DATA}/out

# Wait for PostgreSQL to start listening to connections
wait_for_line "database system is ready to accept connections" ${PGSQL_DATA}/out
export RTFBLOG_DB_DRIVER=postgres
export RTFBLOG_DB_TEST_URL="host=${PGSQL_DATA} dbname=template1 sslmode=disable"

goose -env=development up
Expand Down

0 comments on commit b20ce1c

Please sign in to comment.