$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] what happened to the "tools/regression" directory - and the stuff in it?
From: John Maddock (jz.maddock_at_[hidden])
Date: 2015-03-19 15:53:33
>>
>> a simple:
>>
>> grep failed out.txt | wc -l
>
>
> Well....
>
> grep "^\*\*passed" out.txt | wc -l
>
> will get the passed ones. I have actually have some post processing
> that I do for the automated Bamboo builds to show failures
> differently. The above expression wont actually work for what you
> want. Adjust the grep expression to meet your needs. (o;
>
grepping for "failed" shows the "failed as expected" messages as well.
I grep for
\.\.failed
which works for me.
John.