Merge pull request #715 from mjibson/localhost
Use local IP instead of deprecated docker IP
This commit is contained in:
commit
249269ad50
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ run_tests() {
|
|||
|
||||
#echo '> Running Full Test Suite (mysql)'
|
||||
#set +e
|
||||
#run_tests "mysql+pymysql://root:password@192.168.59.103/genschema"
|
||||
#run_tests "mysql+pymysql://root:password@127.0.0.1/genschema"
|
||||
#set -e
|
||||
#down_mysql
|
||||
|
||||
|
@ -56,6 +56,6 @@ up_postgres
|
|||
|
||||
echo '> Running Full Test Suite (postgres)'
|
||||
set +e
|
||||
run_tests "postgresql://postgres@192.168.59.103/genschema"
|
||||
run_tests "postgresql://postgres@127.0.0.1/genschema"
|
||||
set -e
|
||||
down_postgres
|
||||
|
|
Reference in a new issue