We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ef38d commit 145cfbaCopy full SHA for 145cfba
bin/install-package-tests
@@ -48,7 +48,7 @@ if [ -n "${WP_CLI_TEST_DBPASS}" ]; then
48
fi
49
50
echo 'Checking if MySQL is ready...'
51
-while ! mysql --user="${USER}" "${PASSWORD_STRING}" --execute="SHOW DATABASES;" | grep 'information_schema' >/dev/null;
+while ! mysql ${HOST_STRING} --user="${USER}" "${PASSWORD_STRING}" --execute="SHOW DATABASES;" | grep 'information_schema' >/dev/null;
52
do
53
echo 'Waiting for MySQL...'
54
sleep 5
0 commit comments