[autotest.sh] use the DATABASEHOST for the mysql DB drop

remotes/origin/poc-doctrine-migrations
Morris Jobke 10 years ago
parent 75312f96d4
commit c72ea81137
  1. 2
      autotest.sh

@ -117,7 +117,7 @@ function execute_tests {
# drop database
if [ "$1" == "mysql" ] ; then
mysql -u $DATABASEUSER -powncloud -e "DROP DATABASE IF EXISTS $DATABASENAME" || true
mysql -u $DATABASEUSER -powncloud -e "DROP DATABASE IF EXISTS $DATABASENAME" -h $DATABASEHOST || true
fi
if [ "$1" == "pgsql" ] ; then
dropdb -U $DATABASEUSER $DATABASENAME || true

Loading…
Cancel
Save