From a711ad0e9083ab78a06ca409b5b1e9e3bd1772fd Mon Sep 17 00:00:00 2001 From: Matt Jibson Date: Fri, 23 Oct 2015 17:22:47 -0400 Subject: [PATCH] Use local IP instead of deprecated docker IP --- test/fulldbtest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fulldbtest.sh b/test/fulldbtest.sh index 2e97ccd8b..8980a231e 100755 --- a/test/fulldbtest.sh +++ b/test/fulldbtest.sh @@ -45,7 +45,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 @@ -55,6 +55,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