diff options
author | Asit Dhal <dhal.asitk@gmail.com> | 2020-12-08 08:51:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-12-10 11:09:59 (GMT) |
commit | e5a4ffaad166de7a8b907919ca2d805a3ec72c39 (patch) | |
tree | dc88ffe172348ecb4a33cd3a206ba18964942c4e /Tests/RunCMake/execute_process/AnyCommandTimeout-stderr.txt | |
parent | 8a3ecb484fb04aa9fb8b9f6d198b3a6942c26115 (diff) | |
download | CMake-e5a4ffaad166de7a8b907919ca2d805a3ec72c39.zip CMake-e5a4ffaad166de7a8b907919ca2d805a3ec72c39.tar.gz CMake-e5a4ffaad166de7a8b907919ca2d805a3ec72c39.tar.bz2 |
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
Diffstat (limited to 'Tests/RunCMake/execute_process/AnyCommandTimeout-stderr.txt')
-rw-r--r-- | Tests/RunCMake/execute_process/AnyCommandTimeout-stderr.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/execute_process/AnyCommandTimeout-stderr.txt b/Tests/RunCMake/execute_process/AnyCommandTimeout-stderr.txt new file mode 100644 index 0000000..10cc5f4 --- /dev/null +++ b/Tests/RunCMake/execute_process/AnyCommandTimeout-stderr.txt @@ -0,0 +1,2 @@ +CMake Error at .*AnyCommandTimeout.cmake:9 \(execute_process\): + execute_process Process terminated due to timeout |