Boost logo

Boost :

Subject: Re: [boost] Running regression tests locally
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2015-06-01 19:02:55


On Tuesday 02 June 2015 00:44:09 Andrzej Krzemienski wrote:
> Hi Everyone,
> I need an advice here. When I look at the test matrix online, I can easily
> see how many tests failed. In contrast, when I run the tests locally (call
> b2 in folder 'test') I get a bunch of output, but I cannot easily figure
> out if and how many tests have failed. Is there a way to do it? Or to build
> a summary of some sort?

I typically work with just b2 output. If anything fails b2 outputs something
like this in the end:

...failed updating 1 target...
...skipped 2 targets...
...updated 1832 targets...

If everything is fine, only the "updated" line is present. Of course, if you
want to see which tests failed you will have to grep for "...failed" in the
output.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk