summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-02-22 19:32:01 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-02-22 19:32:01 (GMT)
commitf556773f01f73bd5108b1fdbdee89f85e8b7fb47 (patch)
tree91a5fd9ad6dab1233bc5af36435264651825145e /Tests
parentcc5bbed52a73e8381ae682c171f6b314f8f9f6d5 (diff)
parent667cf5b96368205544fb82ccce81358957987720 (diff)
downloadCMake-f556773f01f73bd5108b1fdbdee89f85e8b7fb47.zip
CMake-f556773f01f73bd5108b1fdbdee89f85e8b7fb47.tar.gz
CMake-f556773f01f73bd5108b1fdbdee89f85e8b7fb47.tar.bz2
Merge topic 'fix-11761-less-file-download-noise'
667cf5b Make file DOWNLOAD less noisy (#11761)
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}")