Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
b23prodtm committed Sep 11, 2019
1 parent 746e4a8 commit c7679f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate-database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ if [[ $test_checked -eq 1 ]]; then
[ ! -z $MYSQL_USER ] && [ ! -z $MYSQL_PASSWORD ] && [[ (! -z $TEST_MYSQL_SERVICE_HOST) ]] || echo "Missing VARIABLES. Please review your settings !"
logger -st $0 "Database Unit Tests... DB=${DB}"
if [[ ${DB} == 'Mysql' ]]; then
$sql_connect ${sql_connect_test_host} ${test_mysql_connect_args} -u ${MYSQL_USER} --password=${MYSQL_PASSWORD} -v \
$sql_connect ${sql_connect_test_host} ${test_mysql_connect_args} -u ${DATABASE_USER} --password=${MYSQL_ROOT_PASSWORD} -v \
-e "CREATE DATABASE IF NOT EXISTS ${TEST_DATABASE_NAME};" \
-e "CREATE DATABASE IF NOT EXISTS ${TEST_DATABASE_NAME}2;" \
-e "CREATE DATABASE IF NOT EXISTS ${TEST_DATABASE_NAME}3;"
Expand Down

0 comments on commit c7679f1

Please sign in to comment.