Boost logo

Boost Users :

From: Hermann Oliveira Rodrigues (hermann_at_[hidden])
Date: 2004-02-19 22:32:50


> > We can not simply redirect the test output
> > to a file (using ">") because our application prints lots of information
> > during execution and is pretty hard to change this behavior.
>
> Did you try to redirect only stderr using 2 > file_name? If it still
> unacceptable you could patch unit_test_main.cpp locally. I will consider
> adding this customization for next release.
>
> Gennadiy.

Thanks for the answear.

I can not redirect stderr. Some of the libraries used in our application
implementation prints stuff directly to stderr. But I will follow your second
advice and change the report output file in the unit_test_main.cpp.

Regards,

Hermann


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net