diff options
author | Brad King <brad.king@kitware.com> | 2009-02-26 14:22:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-02-26 14:22:16 (GMT) |
commit | 7960f7541ce3d8d03ce68b0e5a37e67019bbe557 (patch) | |
tree | 4aacde09c18bc14c6c395d645723f47904303bb2 /Tests/CTestUpdateSVN.cmake.in | |
parent | 8c3290b4a3d16808bc49a1365c7ea792e64996ee (diff) | |
download | CMake-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/CTestUpdateSVN.cmake.in')
-rw-r--r-- | Tests/CTestUpdateSVN.cmake.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/CTestUpdateSVN.cmake.in b/Tests/CTestUpdateSVN.cmake.in index 8ff2a3d..4b7e666 100644 --- a/Tests/CTestUpdateSVN.cmake.in +++ b/Tests/CTestUpdateSVN.cmake.in @@ -103,6 +103,9 @@ run_child( COMMAND ${SVNCMD} up -r1 ) +# 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...") |