summaryrefslogtreecommitdiffstats
path: root/Tests/CTestUpdateSVN.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-04-08 13:22:08 (GMT)
committerBrad King <brad.king@kitware.com>2009-04-08 13:22:08 (GMT)
commitd49978a948e075afd786fc4ab32c9db95ceafe31 (patch)
treecab4ca90a19432aedb863f41e19a7fa3153b65a9 /Tests/CTestUpdateSVN.cmake.in
parentcd532b6132d49c3f170721e795c349655ea52098 (diff)
downloadCMake-d49978a948e075afd786fc4ab32c9db95ceafe31.zip
CMake-d49978a948e075afd786fc4ab32c9db95ceafe31.tar.gz
CMake-d49978a948e075afd786fc4ab32c9db95ceafe31.tar.bz2
ENH: Teach Update* tests to report local mod step
The CTest.UpdateCVS/SVN tests report every step with a message. This adds a message for the local modification step.
Diffstat (limited to 'Tests/CTestUpdateSVN.cmake.in')
-rw-r--r--Tests/CTestUpdateSVN.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CTestUpdateSVN.cmake.in b/Tests/CTestUpdateSVN.cmake.in
index 4b7e666..57d72fd 100644
--- a/Tests/CTestUpdateSVN.cmake.in
+++ b/Tests/CTestUpdateSVN.cmake.in
@@ -104,6 +104,7 @@ run_child(
)
# Create a modified file.
+message("Modifying locally...")
modify_content(user-source)
#-----------------------------------------------------------------------------