We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e811211 + 3a2371e commit c93dacdCopy full SHA for c93dacd
1 file changed
travis/tools/wait-for-port
@@ -20,6 +20,8 @@ else
20
INTERVAL=1
21
fi
22
23
+echo "Waiting for localhost:$1... [times = $COUNTER, interval = $INTERVAL]"
24
+
25
while [ $COUNTER -gt 0 ]
26
do
27
if [ `echo | telnet localhost $1 2>&1 | grep 'Connection refused' | wc -l` == 0 ]
0 commit comments