20 Feb
2004
20 Feb
'04
3:32 a.m.
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