From d49978a948e075afd786fc4ab32c9db95ceafe31 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 8 Apr 2009 09:22:08 -0400 Subject: 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. --- Tests/CTestUpdateCVS.cmake.in | 1 + Tests/CTestUpdateSVN.cmake.in | 1 + 2 files changed, 2 insertions(+) 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) #----------------------------------------------------------------------------- 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) #----------------------------------------------------------------------------- -- cgit v0.12