Skip to content

Commit 4c2f8a0

Browse files
committed
update test
1 parent a19e7c6 commit 4c2f8a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test-docker-compose.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ up_count=-1
1010
while [ $x -le $RETRY ]
1111
do
1212
x=$(( $x + 1 ));
13-
healthy_count=$( docker ps | grep pori_ | grep -c '(healthy)' )
14-
up_count=$( docker ps | grep pori_ | grep -c '\sUp ' )
13+
healthy_count=$( docker ps | grep pori- | grep -c '(healthy)' )
14+
up_count=$( docker ps | grep pori- | grep -c '\sUp ' )
1515

1616
if [ $healthy_count -ge $MIN_HEALTHY_EXPECTED ];
1717
then

0 commit comments

Comments
 (0)