mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:53:32 +03:00
the test compared numericly if though it could contain a string, and I
lowered the number of retries to 10
This commit is contained in:
parent
e9f63bf4e8
commit
297b1b5013
1 changed files with 2 additions and 2 deletions
|
|
@ -123,8 +123,8 @@ att="0"
|
|||
while cvsup; do
|
||||
att=`expr $att + 1`
|
||||
echo "testcurl: failed CVS update attempt number $att."
|
||||
if [ $att -gt 50 ]; then
|
||||
cvsstat="BADNESS"
|
||||
if [ $att -gt 10 ]; then
|
||||
cvsstat="111"
|
||||
break # get out of the loop
|
||||
fi
|
||||
sleep 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue