Files
cmake/Tests/RunCMake/CTestCommandLine/output-junit-invalid-stderr.txt
Tyler Yankee 0d320cb496 ctest: Exit nonzero when write to output JUnit or XML fails
`ProcessHandler` can return -1, 0, or 1, and the latter is used in this
particular case.

Fixes: #27949
2026-07-15 15:56:03 -04:00

11 lines
538 B
Plaintext

^CMake Error: Cannot open file for write: [^
]*/Tests/RunCMake/CTestCommandLine/output-junit-invalid/not-a-dir/junit\.xml\.tmp[^
]*
CMake Error: : System Error: (Not a directory|No such file or directory)
Problem opening file: [^
]*/Tests/RunCMake/CTestCommandLine/output-junit-invalid/not-a-dir/junit\.xml
Errors while running CTest
Output from these tests are in: [^
]*/Tests/RunCMake/CTestCommandLine/output-junit-invalid/Testing/Temporary/LastTest\.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely\.$