mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00: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:
parent
cd532b6132
commit
d49978a948
@ -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)
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user