diff options
author | Brad King <brad.king@kitware.com> | 2016-02-25 16:28:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-02-25 16:40:50 (GMT) |
commit | 6c9586f9c7804c4560a43aa6a03e490374174550 (patch) | |
tree | a58deccca02a19cdc8a21aefabea345e69c03b71 /Tests/RunCMake/file/DOWNLOAD-hash-mismatch-stderr.txt | |
parent | f8af218ea148baafcfc3db6ea5ba7389f5ea7206 (diff) | |
download | CMake-6c9586f9c7804c4560a43aa6a03e490374174550.zip CMake-6c9586f9c7804c4560a43aa6a03e490374174550.tar.gz CMake-6c9586f9c7804c4560a43aa6a03e490374174550.tar.bz2 |
file(DOWNLOAD): Fill STATUS variable on hash mismatch (#15987)
Although we fail with an error on a hash mismatch, it is not a fatal
error so the script may continue processing. If the download itself had
no error then report in the STATUS variable that the operation was not
successful due to the hash mismatch.
Suggested-by: Tobias Hieta <tobias@hieta.se>
Diffstat (limited to 'Tests/RunCMake/file/DOWNLOAD-hash-mismatch-stderr.txt')
-rw-r--r-- | Tests/RunCMake/file/DOWNLOAD-hash-mismatch-stderr.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Tests/RunCMake/file/DOWNLOAD-hash-mismatch-stderr.txt b/Tests/RunCMake/file/DOWNLOAD-hash-mismatch-stderr.txt new file mode 100644 index 0000000..406e315 --- /dev/null +++ b/Tests/RunCMake/file/DOWNLOAD-hash-mismatch-stderr.txt @@ -0,0 +1,12 @@ +^CMake Error at DOWNLOAD-hash-mismatch.cmake:[0-9]+ \(file\): + file DOWNLOAD HASH mismatch + + for file: \[.*/Tests/RunCMake/file/DOWNLOAD-hash-mismatch-build/hash-mismatch.txt\] + expected hash: \[0123456789abcdef0123456789abcdef01234567\] + actual hash: \[da39a3ee5e6b4b0d3255bfef95601890afd80709\] + status: \[0;"No error"\] + +Call Stack \(most recent call first\): + CMakeLists.txt:[0-9]+ \(include\) ++ +status='1;HASH mismatch: expected: 0123456789abcdef0123456789abcdef01234567 actual: da39a3ee5e6b4b0d3255bfef95601890afd80709'$ |