Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Jun 25, 2024
1 parent 2e6355b commit 5214eb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/01-image.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ function run_test {
until docker ps -f health=healthy | grep -q ${KONG_DOCKER_TAG}; do
docker compose -p kong ps
docker ps
id=`docker ps |grep kong-apk|cut -d ' ' -f 1`
docker logs $id
sleep 15
done

Expand Down

0 comments on commit 5214eb8

Please sign in to comment.