[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6343-g5dc19bc

Nils Gladitz nilsgladitz at gmail.com
Sat Dec 21 03:54:13 EST 2013


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  5dc19bc50c79ae73449ce3504d701061912b55e2 (commit)
       via  78f8c552bdf94a061ed4144a5d668ce190c338a5 (commit)
      from  cb20875c927590b437ad3c689cb7def074e5d9b6 (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=5dc19bc50c79ae73449ce3504d701061912b55e2
commit 5dc19bc50c79ae73449ce3504d701061912b55e2
Merge: cb20875 78f8c55
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Sat Dec 21 03:54:10 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Dec 21 03:54:10 2013 -0500

    Merge topic 'fix-ctest-regressions' into next
    
    78f8c55 Tests: use less optimistic default test timeout


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=78f8c552bdf94a061ed4144a5d668ce190c338a5
commit 78f8c552bdf94a061ed4144a5d668ce190c338a5
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Sat Dec 21 09:47:24 2013 +0100
Commit:     Nils Gladitz <nilsgladitz at gmail.com>
CommitDate: Sat Dec 21 09:47:24 2013 +0100

    Tests: use less optimistic default test timeout

diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index c937e21..105300c 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -2222,7 +2222,6 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
   ADD_TEST_MACRO(CTestTestMissingDependsExe ${CMAKE_CTEST_COMMAND} -j 4
     --output-on-failure -C "\${CTestTest_CONFIG}")
   set_tests_properties(CTestTestMissingDependsExe PROPERTIES
-    TIMEOUT 10
     PASS_REGULAR_EXPRESSION "\\*\\*\\*Not Run"
   )
 

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

Summary of changes:
 Tests/CMakeLists.txt |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list