diff options
author | Asit Dhal <dhal.asitk@gmail.com> | 2020-09-20 02:29:53 (GMT) |
---|---|---|
committer | Asit Dhal <dhal.asitk@gmail.com> | 2020-10-01 15:07:44 (GMT) |
commit | 116a427eb1aa7e603a80a50486c08cd0dd16d7dd (patch) | |
tree | c0a83c7d054b77110fcc77af694d63a6ef0672d7 /Tests/RunCMake/execute_process/CommandError-stderr.txt | |
parent | 47b569a85852f716b05ede538e9940392407316c (diff) | |
download | CMake-116a427eb1aa7e603a80a50486c08cd0dd16d7dd.zip CMake-116a427eb1aa7e603a80a50486c08cd0dd16d7dd.tar.gz CMake-116a427eb1aa7e603a80a50486c08cd0dd16d7dd.tar.bz2 |
execute_process: add options for fatal errors on subprocess failure
Fixes: #19930
Diffstat (limited to 'Tests/RunCMake/execute_process/CommandError-stderr.txt')
-rw-r--r-- | Tests/RunCMake/execute_process/CommandError-stderr.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/execute_process/CommandError-stderr.txt b/Tests/RunCMake/execute_process/CommandError-stderr.txt new file mode 100644 index 0000000..c28f3a3 --- /dev/null +++ b/Tests/RunCMake/execute_process/CommandError-stderr.txt @@ -0,0 +1,2 @@ +CMake Error at .*CommandError.cmake:1 \(execute_process\): + execute_process COMMAND_ERROR_IS_FATAL option can be ANY or LAST |