Open agarwalneetu opened 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
XML generated is unable to be read by my azure pipeline too.
@raffienficiaud please look into it. This is a critical issue for us
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