Skip to content

Commit 36a25e1

Browse files
test why 9.4 is not working
1 parent cf42df0 commit 36a25e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ integration-test-mysql:
9292
# the default authentication plugin for MySQL 8 is sha 256 but it doesn't come with the docker image. falling back to the 5.7 way
9393
--default-authentication-plugin=mysql_native_password; \
9494
# wait for mysql to start
95-
while ! mysqladmin ping --host=127.0.0.1 --port=3306 --protocol=TCP --silent; do \
95+
while ! mysqladmin ping --host=127.0.0.1 --port=3306 --protocol=TCP; do \
9696
test "$(date +%s)" -le "$timeout" || (echo "timed out waiting for mysql"; exit 1); \
9797
echo "waiting for mysql"; \
9898
sleep 1; \

0 commit comments

Comments
 (0)