Skip to content

Commit 92cf8df

Browse files
test why 9.4 is not working
1 parent 5b48b99 commit 92cf8df

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
@@ -93,7 +93,7 @@ integration-test-mysql:
9393
--default-authentication-plugin=mysql_native_password; \
9494
# wait for mysql to start
9595
while ! mysqladmin ping --host=127.0.0.1 --port=3306 --protocol=TCP; do \
96-
docker logs mysql;
96+
docker logs mysql; \
9797
test "$(date +%s)" -le "$timeout" || (echo "timed out waiting for mysql"; exit 1); \
9898
echo "waiting for mysql"; \
9999
sleep 1; \

0 commit comments

Comments
 (0)