curl / Mailing Lists / curl-users / Single Mail

curl-users

Re: 'make test' without Valgrind?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 7 Mar 2019 12:51:59 +0100 (CET)

On Thu, 7 Mar 2019, Jeffrey Walton wrote:

>> $ make TFLAGS=-n test
>
> A quick question... Are the results logged anywhere?

It will output a summary at the end of the run. By default it will stop on the
first failure and show details about that, and if that happens the tests/log/
directory contains logs from that failure.

You can also use 'make test-full' which will continue even if a test fails,
and then you'll get a list of all failed tests in the end.

-- 
  / daniel.haxx.se
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2019-03-07