cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: TESTFAIL: 200 201 202 203 204 205 502

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Thu, 17 Jun 2004 11:27:33 +0200 (CEST)

On Thu, 17 Jun 2004, Alexander Lazic wrote:

> jfyi today i have build curl 7.12.0 it works but i get the following
> "errors":
>
> TESTFAIL: These test cases failed: 200 201 202 203 204 205 502

> curl version: 7.12.0
> Host setup: i686-pc-linux-gnu> Install prefix: /home/al/progs/curl

Odd. curl works fine on Linux for most people (including me).

To get details on the failures, run them individually like this:

  $ cd tests
  $ ./runtests.pl [num]

To get verbose output:

  $ ./runtests.pl -d -v [num]

And to debug curl with gdb when running the test case (requires that you
build --disable-shared):

  $ ./runtests.pl -g [num]

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-06-17