mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
Merge topic 'test-file-download'
65a3c68259 Tests: Make CMake.FileDownload invalid host name case more robust
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4252
This commit is contained in:
@@ -138,9 +138,9 @@ message(STATUS "${status}")
|
||||
|
||||
message(STATUS "FileDownload:11")
|
||||
file(DOWNLOAD
|
||||
badhostname.png
|
||||
badhostname.invalid
|
||||
${dir}/file11.png
|
||||
TIMEOUT ${timeout}
|
||||
TIMEOUT 30
|
||||
STATUS status
|
||||
)
|
||||
message(STATUS "${status}")
|
||||
|
||||
Reference in New Issue
Block a user