Skip to content

Commit

Permalink
fix mysql setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
mringler committed Nov 18, 2022
1 parent d28144f commit 1ec01da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bin/setup.mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ CREATE SCHEMA migration;


DIR=`dirname $0`;
dsn="mysql:host=$DB_HOSTNAME;dbname=test";
dsn="mysql:host=$DB_HOSTNAME;dbname=$DB_NAME";
php $DIR/../../bin/propel test:prepare --vendor="mysql" --dsn="$dsn" --user="$DB_USER" --password="$DB_PW";

0 comments on commit 1ec01da

Please sign in to comment.