Currently, if the test fails to produce XML (or valid XML) then the test fails with a backtrace. It's actually pretty easy to get into this situation, a total failure of the test will result in no XML being written (this can happen, for example, if rpaths to gtest are not correctly set up). If we can't read the test, go ahead and complete using `TestRunExitCode.complete()`, which will fail for the bad exit code.pull/9232/head
parent
173a40be33
commit
e049494890
1 changed files with 8 additions and 1 deletions
Loading…
Reference in new issue