Goddard-Fortran-Ecosystem / pFUnit

Parallel Fortran Unit Testing Framework
Other
174 stars 45 forks source link

xml output to file #372

Closed mennodeij closed 2 years ago

mennodeij commented 2 years ago

In a previous version, 3.2.9 to be precise, the -xml <file.xml> would write the test results in XML format to file. Currently, the --xml option will not take a file argument and write the test results in XML format to stdout. If the tests also produce output, it is rather difficult to get only the XML test results into a file. It would be nice if the --xml option would take a file option and only the xml ends up in that file.

mennodeij commented 2 years ago

Nevermind --xml --output <file.xml> does the trick.