curl-users
Re: 'make test' without Valgrind?
Date: Thu, 7 Mar 2019 04:18:17 -0500
On Thu, Mar 7, 2019 at 3:34 AM Daniel Stenberg <daniel_at_haxx.se> wrote:
> ...
> > How can I run the test suite without Valgrind?
>
> By passing -n to the runtests program, which might be easiest to do like this:
>
> $ make TFLAGS=-n test
Perfect, thanks.
A quick question... Are the results logged anywhere? It seems like
there should be more than:
$ find . -name '*.log'
./tests/log/imap_server.log
./tests/log/http_ipv6_server.log
./tests/log/http2_server.log
./tests/log/gopher_ipv6_server.log
./tests/log/gopher_server.log
./tests/log/ftp_server.log
./tests/log/http_server.log
./tests/log/rtsp_server.log
./tests/log/http_unix_server.log
./tests/log/smtp_server.log
./tests/log/tftp_server.log
./tests/log/pop3_server.log
./config.log
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2019-03-07