Skip to content

Commit c93dacd

Browse files
author
Paweł Jędrzejewski
committed
Merge pull request #11 from Lakion/more-verbose-waiting-for-port
More verbose message while waiting for port
2 parents e811211 + 3a2371e commit c93dacd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

travis/tools/wait-for-port

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ else
2020
INTERVAL=1
2121
fi
2222

23+
echo "Waiting for localhost:$1... [times = $COUNTER, interval = $INTERVAL]"
24+
2325
while [ $COUNTER -gt 0 ]
2426
do
2527
if [ `echo | telnet localhost $1 2>&1 | grep 'Connection refused' | wc -l` == 0 ]

0 commit comments

Comments
 (0)