summaryrefslogtreecommitdiffstats
path: root/Tests/CTestUpdateCVS.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-02-26 14:22:16 (GMT)
committerBrad King <brad.king@kitware.com>2009-02-26 14:22:16 (GMT)
commit7960f7541ce3d8d03ce68b0e5a37e67019bbe557 (patch)
tree4aacde09c18bc14c6c395d645723f47904303bb2 /Tests/CTestUpdateCVS.cmake.in
parent8c3290b4a3d16808bc49a1365c7ea792e64996ee (diff)
downloadCMake-7960f7541ce3d8d03ce68b0e5a37e67019bbe557.zip
CMake-7960f7541ce3d8d03ce68b0e5a37e67019bbe557.tar.gz
CMake-7960f7541ce3d8d03ce68b0e5a37e67019bbe557.tar.bz2
ENH: Extend CTest.UpdateSVN to test local mods
This teaches the test to create local modifications in the work tree before updating.
Diffstat (limited to 'Tests/CTestUpdateCVS.cmake.in')
-rw-r--r--Tests/CTestUpdateCVS.cmake.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/CTestUpdateCVS.cmake.in b/Tests/CTestUpdateCVS.cmake.in
index a0507dd..91672e1 100644
--- a/Tests/CTestUpdateCVS.cmake.in
+++ b/Tests/CTestUpdateCVS.cmake.in
@@ -102,6 +102,9 @@ run_child(
COMMAND ${CVSCMD} up -rRevision1
)
+# Create a modified file.
+modify_content(user-source)
+
#-----------------------------------------------------------------------------
# Test updating the user work directory with the command-line interface.
message("Running CTest Dashboard Command Line...")