Why does CTest output a junit xml in googletest format or why does Jenkins plugin XUnit think that it is?
I am building a jenkins pipeline job from scratch. Once the product is built, I run the unit tests on it via CTest. The XUnit Jenkins plugin requires a JUint xml file to report the tests on the build dashboard. I am having trouble with CTest’s xml output.