This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  38645eb84c62e767e0b1fb24656aa379d798ad42 (commit)
       via  5f1eae826c2559758a3118659265ffdd976fbd46 (commit)
      from  ef03a75556ce857c91388de10122023f5dc179f5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=38645eb84c62e767e0b1fb24656aa379d798ad42
commit 38645eb84c62e767e0b1fb24656aa379d798ad42
Merge: ef03a75 5f1eae8
Author:     Joe Snyder <joe.sny...@kitware.com>
AuthorDate: Wed May 14 10:52:52 2014 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed May 14 10:52:52 2014 -0400

    Merge topic 'fix_mumps_coverage' into next
    
    5f1eae82 CTEST: Remove old VistA-FOIA directory before copying


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5f1eae826c2559758a3118659265ffdd976fbd46
commit 5f1eae826c2559758a3118659265ffdd976fbd46
Author:     Joseph Snyder <joe.sny...@kitware.com>
AuthorDate: Wed May 14 10:49:50 2014 -0400
Commit:     Joseph Snyder <joe.sny...@kitware.com>
CommitDate: Wed May 14 10:49:50 2014 -0400

    CTEST: Remove old VistA-FOIA directory before copying
    
    Ensure that the directory that holds the MUMPS code is removed before
    copying the test routines into it.  Ensures that the old routines aren't 
left
    behind.

diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 0475e3e..281bd2d 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -2134,6 +2134,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P 
${CMake_SOURCE_DIR}/Utilities/Release
   configure_file(
      "${CMake_SOURCE_DIR}/Tests/MumpsCoverage/gtm_coverage.mcov.in"
      "${CMake_BINARY_DIR}/Testing/MumpsCoverage/gtm_coverage.mcov")
+  file(REMOVE_RECURSE "${CMake_BINARY_DIR}/Testing/MumpsCoverage/VistA-FOIA")
   file(COPY "${CMake_SOURCE_DIR}/Tests/MumpsCoverage/VistA-FOIA"
     DESTINATION "${CMake_BINARY_DIR}/Testing/MumpsCoverage")
   add_test(NAME CTestGTMCoverage

-----------------------------------------------------------------------

Summary of changes:
 Tests/CMakeLists.txt |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to