curl-users
Re: 'make test' without Valgrind?
Date: Thu, 7 Mar 2019 13:40:00 -0500
On Thu, Mar 7, 2019 at 6:52 AM Daniel Stenberg <daniel_at_haxx.se> wrote:
>
> 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.
Thanks Daniel.
How can I get the output of stdout and stderr after the test is run?
(I'm putting different tools on the library and I worry the output is
being lost. After all the tests run I grep the log file for the
messages that were written).
Jeff
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2019-03-07