mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
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:
@@ -110,6 +110,7 @@ if(SLEEP)
|
||||
endif()
|
||||
|
||||
# Create a modified file.
|
||||
message("Modifying locally...")
|
||||
modify_content(user-source)
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
@@ -104,6 +104,7 @@ run_child(
|
||||
)
|
||||
|
||||
# Create a modified file.
|
||||
message("Modifying locally...")
|
||||
modify_content(user-source)
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user