Skip to content

Commit

Permalink
test against oracle!
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Sep 16, 2014
1 parent c07e59e commit 1f2557e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions maint/with-dbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ export DBIITEST_PG_DSN='dbi:Pg:database=postgres;host=127.0.0.1;port=5432'
export DBIITEST_PG_PASSWORD=postgres
export DBIITEST_PG_USER=postgres

# this takes too long to start for this to be comfortable
# docker run --rm -p 49160:22 -p 49161:1521 -P --name ora_test wnameless/oracle-xe-11g > /dev/null 2>&1 &

export DBIITEST_ORACLE_DSN='dbi:Oracle:xe'
export DBIITEST_ORACLE_PASSWORD=oracle
export DBIITEST_ORACLE_USER=system

# stupid databases
sleep 5

Expand Down

0 comments on commit 1f2557e

Please sign in to comment.