[Cmake-commits] CMake branch, next, updated. v2.8.3-1129-g3750c19

David Cole david.cole at kitware.com
Fri Dec 31 09:23:27 EST 2010


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  3750c19c090c5682f88f4b898b59ccdb066f7bd1 (commit)
       via  bce24e14b856517e8d869dd4ca70cd88efbdaf2a (commit)
      from  30a95b7e450a21764fcd2e19f6e2ee4636892a6b (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=3750c19c090c5682f88f4b898b59ccdb066f7bd1
commit 3750c19c090c5682f88f4b898b59ccdb066f7bd1
Merge: 30a95b7 bce24e1
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Fri Dec 31 09:23:25 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 31 09:23:25 2010 -0500

    Merge topic 'make-install-test-serial' into next
    
    bce24e1 Avoid running CMake.Install test simultaneously with other tests


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bce24e14b856517e8d869dd4ca70cd88efbdaf2a
commit bce24e14b856517e8d869dd4ca70cd88efbdaf2a
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Fri Dec 31 09:17:37 2010 -0500
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Fri Dec 31 09:18:52 2010 -0500

    Avoid running CMake.Install test simultaneously with other tests

diff --git a/Tests/CMakeInstall.cmake b/Tests/CMakeInstall.cmake
index dabc852..5f814d9 100644
--- a/Tests/CMakeInstall.cmake
+++ b/Tests/CMakeInstall.cmake
@@ -41,6 +41,9 @@ if(CMake_TEST_INSTALL)
     --build-noclean
     --build-target install)
 
+  # Avoid running this test simultaneously with other tests:
+  set_tests_properties(CMake.Install PROPERTIES RUN_SERIAL ON)
+
   # TODO: Make all other tests depend on this one, and then drive them
   # with the installed CTest.
 else()

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

Summary of changes:
 Tests/CMakeInstall.cmake |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list