summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-02-09 18:22:32 (GMT)
committerDavid Cole <david.cole@kitware.com>2011-02-09 18:22:32 (GMT)
commit667cf5b96368205544fb82ccce81358957987720 (patch)
tree13e3f2465a17bfb497a7692732297af809ab9105 /Tests
parent7258b0674cf64292751dcd36d734688031fffa4c (diff)
downloadCMake-667cf5b96368205544fb82ccce81358957987720.zip
CMake-667cf5b96368205544fb82ccce81358957987720.tar.gz
CMake-667cf5b96368205544fb82ccce81358957987720.tar.bz2
Make file DOWNLOAD less noisy (#11761)
Thanks to Daniel Nelson for the suggestion and the patch.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeTests/FileDownloadTest.cmake.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CMakeTests/FileDownloadTest.cmake.in b/Tests/CMakeTests/FileDownloadTest.cmake.in
index 578f510..9dc2ebb 100644
--- a/Tests/CMakeTests/FileDownloadTest.cmake.in
+++ b/Tests/CMakeTests/FileDownloadTest.cmake.in
@@ -37,5 +37,7 @@ file(DOWNLOAD
${url}
${dir}/file3.png
TIMEOUT 2
+ STATUS status
EXPECTED_MD5 d16778650db435bda3a8c3435c3ff5d1
)
+message(STATUS "${status}")