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:
@@ -123,8 +123,8 @@ att="0"
|
|||||||
while cvsup; do
|
while cvsup; do
|
||||||
att=`expr $att + 1`
|
att=`expr $att + 1`
|
||||||
echo "testcurl: failed CVS update attempt number $att."
|
echo "testcurl: failed CVS update attempt number $att."
|
||||||
if [ $att -gt 50 ]; then
|
if [ $att -gt 10 ]; then
|
||||||
cvsstat="BADNESS"
|
cvsstat="111"
|
||||||
break # get out of the loop
|
break # get out of the loop
|
||||||
fi
|
fi
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|||||||
Reference in New Issue
Block a user