fix ci
This commit is contained in:
parent
a619ed4968
commit
999a78bb08
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue