mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 15:48:52 +00:00
6c9586f9c7
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>
13 lines
556 B
Plaintext
13 lines
556 B
Plaintext
^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'$
|