diff options
author | Brad King <brad.king@kitware.com> | 2009-04-08 13:22:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-04-08 13:22:08 (GMT) |
commit | d49978a948e075afd786fc4ab32c9db95ceafe31 (patch) | |
tree | cab4ca90a19432aedb863f41e19a7fa3153b65a9 /Tests/CTestUpdateCVS.cmake.in | |
parent | cd532b6132d49c3f170721e795c349655ea52098 (diff) | |
download | CMake-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/CTestUpdateCVS.cmake.in')
-rw-r--r-- | Tests/CTestUpdateCVS.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CTestUpdateCVS.cmake.in b/Tests/CTestUpdateCVS.cmake.in index a85653b..e983c25 100644 --- a/Tests/CTestUpdateCVS.cmake.in +++ b/Tests/CTestUpdateCVS.cmake.in @@ -110,6 +110,7 @@ if(SLEEP) endif() # Create a modified file. +message("Modifying locally...") modify_content(user-source) #----------------------------------------------------------------------------- |