Files
CMake/Tests/RunCMake/execute_process/AnyCommandError-stderr.txt
Asit Dhal e5a4ffaad1 execute_process: Improve COMMAND_ERROR_IS_FATAL error capture scenarios
1.  COMMAND_ERROR_IS_FATAL ANY will capture errors if the exit code is
    non zero, there is a timeout or an abnormal exit.

2.  COMMAND_ERROR_IS_FATAL LAST
    will capture if only the last process has an exit code non zero, there
    is a timeout or an abnormal exit.

Fixes: #21562
2020-12-10 06:09:59 -05:00

6 lines
165 B
Plaintext

CMake Error at .*AnyCommandError.cmake:1 \(execute_process\):
execute_process failed command indexes:
2: "Child return code: 1"
3: "Child return code: 1"