This commit is contained in:
sbriat 2023-02-08 17:05:10 +01:00
parent a619ed4968
commit 999a78bb08
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
testlog() { 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 testlog 2> /dev/null