Boost logo

Boost :

Subject: Re: [boost] what happened to the "tools/regression" directory - and the stuff in it?
From: Michael Caisse (mcaisse-lists_at_[hidden])
Date: 2015-03-19 15:30:34


On 03/18/2015 02:09 PM, Robert Ramey wrote:
> Steven Watanabe-4 wrote
>> I just use b2 | less
>
> LOL - for 250 tests with multiple compilers/configurations? and re-run b2
> every time you want to go back and see a previous result?
>
> Seriously - how do other people deal with this?
>
> Robert Ramey
>
>

We have 230 top level tests in Spirit. I use:

   b2 > out.txt

a simple:

   grep failed out.txt | wc -l

tells me how many failed. I can then go and look at details in the output.

michael

-- 
Michael Caisse
ciere consulting
ciere.com

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