diff options
author | Brad King <brad.king@kitware.com> | 2016-09-07 13:48:32 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-09-07 13:48:32 (GMT) |
commit | 85bfec7572f84ba259e0eabe383f6dcb0bd45d9b (patch) | |
tree | 6ee25d3e327ac5d8cca14f07e7c55acc749e317d /Tests/RunCMake/Configure/ContinueAfterError-stderr.txt | |
parent | 4469e986ee2189378f9054231b796249e6db54e1 (diff) | |
parent | f1ad71d7f8c066a7e0d0c11bb1ce9d5a5719ec5e (diff) | |
download | CMake-85bfec7572f84ba259e0eabe383f6dcb0bd45d9b.zip CMake-85bfec7572f84ba259e0eabe383f6dcb0bd45d9b.tar.gz CMake-85bfec7572f84ba259e0eabe383f6dcb0bd45d9b.tar.bz2 |
Merge topic 'fix-continue-after-error'
f1ad71d7 cmMakefile: Restore nested error logic use of cmExecutionStatus
Diffstat (limited to 'Tests/RunCMake/Configure/ContinueAfterError-stderr.txt')
-rw-r--r-- | Tests/RunCMake/Configure/ContinueAfterError-stderr.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Tests/RunCMake/Configure/ContinueAfterError-stderr.txt b/Tests/RunCMake/Configure/ContinueAfterError-stderr.txt new file mode 100644 index 0000000..f40a3ef --- /dev/null +++ b/Tests/RunCMake/Configure/ContinueAfterError-stderr.txt @@ -0,0 +1,13 @@ +^CMake Error at ContinueAfterError.cmake:[0-9]+ \(message\): + error in loop body +Call Stack \(most recent call first\): + ContinueAfterError.cmake:[0-9]+ \(m\) + ContinueAfterError.cmake:[0-9]+ \(f\) + CMakeLists.txt:[0-9]+ \(include\) ++ +CMake Error at ContinueAfterError.cmake:[0-9]+ \(message\): + error in loop body +Call Stack \(most recent call first\): + ContinueAfterError.cmake:[0-9]+ \(m\) + ContinueAfterError.cmake:[0-9]+ \(f\) + CMakeLists.txt:[0-9]+ \(include\)$ |