|
Boost Testing : |
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2007-10-30 15:14:30
David Abrahams <dave <at> boost-consulting.com> writes:
> > you can use regular redirect.
>
> Except that you can't use shell redirection when invoking commands
> through popen et. al.
>
> > Why can't you use stderr?
>
> I don't know; I'm only just learning about Bitten.
Well, test report has always been printing into stderr. If must've work for
him somehow.
You can always redirect it programmatically using results_reporter::set_stream
interface.
Gennadiy