[Cmake-commits] CMake branch, next, updated. v2.8.1-1365-g6145365

Brad King brad.king at kitware.com
Thu Jun 10 08:59:14 EDT 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  6145365e354464f6aacc1c82ba061e91ce056836 (commit)
       via  376fb31d1a1cc227826e02348c78087aa3107fc8 (commit)
       via  c452d5b646183f665cabdfc8b85c899217cd2118 (commit)
      from  e44cda2247d68fdbcfd2b9376cc66125fbdb2261 (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=6145365e354464f6aacc1c82ba061e91ce056836
commit 6145365e354464f6aacc1c82ba061e91ce056836
Merge: e44cda2 376fb31
Author: Brad King <brad.king at kitware.com>
Date:   Thu Jun 10 08:49:52 2010 -0400

    Merge branch 'test-NoNewline-with-built-cmake' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=376fb31d1a1cc227826e02348c78087aa3107fc8
commit 376fb31d1a1cc227826e02348c78087aa3107fc8
Author: Brad King <brad.king at kitware.com>
Date:   Thu Jun 10 08:24:27 2010 -0400

    Run CTest.NoNewline test using built CMake
    
    Even though this test is checking that the ctest running it can handle
    test output without newlines we should run the just-built CMake binary.
    This allows the MemCheck test mode to check the correct CMake.

diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 1b8f4f3..26dd2f9 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1076,7 +1076,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
 
   # Make sure CTest can handle a test with no newline in output.
   ADD_TEST(CTest.NoNewline
-    ${CMAKE_COMMAND} -E echo_append "This line has no newline!")
+    ${CMAKE_CMAKE_COMMAND} -E echo_append "This line has no newline!")
 
   # A simple test for ctest in script mode
   CONFIGURE_FILE("${CMake_SOURCE_DIR}/Tests/CTestScriptMode/CTestTestScriptMode.cmake.in"

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

Summary of changes:
 Source/kwsys/kwsysDateStamp.cmake |    2 +-
 Tests/CMakeLists.txt              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list