cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Multiple `make check' failures of curl-7.18.X

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Mon, 18 Aug 2008 21:45:07 -0700

On Sun, Aug 17, 2008 at 10:59:34AM -0500, Andy Tsouladze wrote:
>> @@ -1856,6 +1856,8 @@
>>
>> if(!$short) {
>> printf "test %03d SKIPPED: $why\n", $testnum;
>> + } else {
>> + logmsg sprintf("test %03d...SKIPPED\n", $testnum);
>> }
>>
>> return -1;

This part of the patch will display a SKIPPED line even if it's for an
innocuous reason, like a missing keyword. The point of the short option is
to reduce the verbosity of the output, so I don't think this extra message
is appropriate. If you need to see all the messages, then avoid the -s
option. If it's truly a catastrophic problem, then an error message
could be displayed at the source, but I wouldn't call failure to start
stunnel catastrophic.

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2008-08-19