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.
This commit is contained in:
Brad King 2009-04-08 09:22:08 -04:00
parent cd532b6132
commit d49978a948
2 changed files with 2 additions and 0 deletions

View File

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

View File

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