On Thu, Mar 23, 2023 at 1:18 PM Dan Fandrich via curl-library
<curl-library@lists.haxx.se> wrote:
>
> On Thu, Mar 23, 2023 at 08:57:20AM +0100, Stefan Eissing wrote:
> > very happy that you will work on this. I like to run the test suite locally 
> > before a large push and the time it takes on my machine is around 10 
> > minutes. I'd very much appreciate that to go down!
>
> I've been hit pretty hard with this myself lately as I've been working on
> implementing this.  I've taken to having a window open that basically
> continuously runs the test suite and when it fails, I look back to what I was
> doing 10 minutes ago to figure out what went wrong. Surely, there's a better
> way! ;-)

You can run particular self tests rather than the entire test suite.
Something like:

    cd tests && ./runtests.pl -a -p 165 1448 2046 2047 >logfile 2>&1

Jeff
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to