Bläddra i källkod

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.
Brad King 16 år sedan
förälder
incheckning
d49978a948
2 ändrade filer med 2 tillägg och 0 borttagningar
  1. 1 0
      Tests/CTestUpdateCVS.cmake.in
  2. 1 0
      Tests/CTestUpdateSVN.cmake.in

+ 1 - 0
Tests/CTestUpdateCVS.cmake.in

@@ -110,6 +110,7 @@ if(SLEEP)
 endif()
 
 # Create a modified file.
+message("Modifying locally...")
 modify_content(user-source)
 
 #-----------------------------------------------------------------------------

+ 1 - 0
Tests/CTestUpdateSVN.cmake.in

@@ -104,6 +104,7 @@ run_child(
   )
 
 # Create a modified file.
+message("Modifying locally...")
 modify_content(user-source)
 
 #-----------------------------------------------------------------------------