Boost logo

Boost Testing :

From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2007-10-29 20:29:35


"David Abrahams" <dave_at_[hidden]> wrote in message
news:87y7dldcbq.fsf_at_grogan.peloton...
>
> on Mon Oct 22 2007, Gennadiy Rozental <rogeeff-AT-gmail.com> wrote:
>
>> David Abrahams <dave <at> boost-consulting.com> writes:
>>
>>>
>>>
>>> As I was trying to set up a bitten continuous integration server, I
>>> ran across
>>>
>>> http://bitten.edgewall.org/wiki/BoostTest
>>>
>>> I have no idea who wrote this page, but it's pretty cool. Does anyone
>>> here have experience with it? Do we have the page's author?
>>>
>>
>>
>> Not me ;)
>>
>> But xml output was intended to be used this way.
>
> Unfortunately I need to somehow get the XML output to be sent to
> stdout instead of stderr. Is there an option that I can use with
> Boost.Test to accomplish it?

Sending both test log and test report into the same stream doesn't make
sense (it won't produce a valid xml). But if you are willing to sacrify test
log (use --log_level=nothing) you can use regular redirect. Why can't you
use stderr?

Gennadiy


Boost-testing list run by mbergal at meta-comm.com