Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit a9526e0

Browse files
committed
fixed mysqladmin call
1 parent 5242cbe commit a9526e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-wp-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ install_db() {
112112
fi
113113

114114
# create database
115-
#mysqladmin create $DB_NAME --user="$DB_USER" --password="$DB_PASS"$EXTRA
115+
mysqladmin create $DB_NAME --user="$DB_USER" --password="$DB_PASS"$EXTRA
116116
}
117117

118118
install_wp

0 commit comments

Comments
 (0)