boostorg / test

The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)
http://boost.org/libs/test
Boost Software License 1.0
183 stars 140 forks source link

BOOST_TEST_LOG_FORMAT=XML not generating valid XML #394

Open agarwalneetu opened 1 year ago

agarwalneetu commented 1 year ago

I'm running some ctests in my project and I want to generate test output in an XML file, for that I am providing BOOST_TEST_LOG_FORMAT=XML as env variable before running my testcase. Testcase runs successfully but generates an invalid XML image

agarwalneetu commented 1 year ago

XML generated is unable to be read by my azure pipeline too. image

agarwalneetu commented 1 year ago

@raffienficiaud please look into it. This is a critical issue for us