commit | 6ef54e027239b33c99fab96a05a92a619ab2d991 | [log] [tgz] |
---|---|---|
author | Frank Winklmeier <frank.winklmeier@cern.ch> | Thu Feb 02 16:49:17 2023 +0100 |
committer | Frank Winklmeier <frank.winklmeier@cern.ch> | Thu Feb 02 16:57:12 2023 +0100 |
tree | 00161232bcb35d13562ba4250f27ebc249a5060a | |
parent | 063913f4866b254d8eccf8402c93adea9ebce031 [diff] |
CTest: add test failure reason to JUnit XML output In case of test failure, add the test failure reason (e.g. "Timeout") to the failure message in the XML file. This is the same value that is shown in the ctest text output. Fixes: #24184