Skip to content

Commit 1024f58

Browse files
oops
1 parent 64ce332 commit 1024f58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Earthfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +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; do \
96-
docker logs mysql; \
95+
while ! mysqladmin ping --host=127.0.0.1 --port=3306 --protocol=TCP --silent; do \
9796
test "$(date +%s)" -le "$timeout" || (echo "timed out waiting for mysql"; exit 1); \
9897
echo "waiting for mysql"; \
9998
sleep 1; \

0 commit comments

Comments
 (0)