simplify test ci --check

This commit is contained in:
sbriat 2023-03-17 11:04:54 +01:00
parent 566095cc9f
commit 66ffbfcd80
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
testlog() { testlog() {
docker logs v3-user-db-test | grep -q "database system is ready to accept connections" docker logs v3-db | grep -q "database system is ready to accept connections"
} }
testlog 2> /dev/null testlog 2> /dev/null