There was an error while loading. Please reload this page.
1 parent a19e7c6 commit 4c2f8a0Copy full SHA for 4c2f8a0
1 file changed
tests/test-docker-compose.sh
@@ -10,8 +10,8 @@ up_count=-1
10
while [ $x -le $RETRY ]
11
do
12
x=$(( $x + 1 ));
13
- healthy_count=$( docker ps | grep pori_ | grep -c '(healthy)' )
14
- up_count=$( docker ps | grep pori_ | grep -c '\sUp ' )
+ healthy_count=$( docker ps | grep pori- | grep -c '(healthy)' )
+ up_count=$( docker ps | grep pori- | grep -c '\sUp ' )
15
16
if [ $healthy_count -ge $MIN_HEALTHY_EXPECTED ];
17
then
0 commit comments