diff --git a/ci/wait-up.sh b/ci/wait-up.sh index 08e3db3..4308dfa 100644 --- a/ci/wait-up.sh +++ b/ci/wait-up.sh @@ -1,6 +1,6 @@ #!/bin/bash testlog() { - docker logs v3-territory-db-test | grep -q "listening on IPv6 address" + docker logs v3-territory-db-test | grep -q "database system is ready to accept connections" } testlog 2> /dev/null