
9 Jun
2006
9 Jun
'06
4:57 p.m.
"Johan Nilsson"
Hi,
I'm using the Boost.Test (unit test framework) from cvs, trying to get xml output redirected into files. The xml format itself is not a problem, but I can't find any options to get the output into files.
What wrong with plain redirection: my_test --output_format xml 1> log.xml 2>report.xml Gennadiy