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  f8c44b8b438059eb936c9c59630aa8f2fc123869 (commit)
       via  f70529359f56d799e78ceba17b0bf5375ecc4d9b (commit)
       via  69dfba4b319ff50c22b9265c5fe52be13dbfcdf7 (commit)
      from  acfc07a851ee91fed1e29c6e53abd9794991eb72 (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=f8c44b8b438059eb936c9c59630aa8f2fc123869
commit f8c44b8b438059eb936c9c59630aa8f2fc123869
Merge: acfc07a f705293
Author:     Bill Hoffman <bill.hoff...@kitware.com>
AuthorDate: Wed Mar 18 13:32:35 2015 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Mar 18 13:32:35 2015 -0400

    Merge topic 'ctest-repeat-until-fail' into next
    
    f7052935 Pass a configuration to ctest it can be arbitrary since we don't 
build.
    69dfba4b Revert "Pass down the ctest config option to RunCMake tests."


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f70529359f56d799e78ceba17b0bf5375ecc4d9b
commit f70529359f56d799e78ceba17b0bf5375ecc4d9b
Author:     Bill Hoffman <bill.hoff...@kitware.com>
AuthorDate: Wed Mar 18 13:31:38 2015 -0400
Commit:     Bill Hoffman <bill.hoff...@kitware.com>
CommitDate: Wed Mar 18 13:31:38 2015 -0400

    Pass a configuration to ctest it can be arbitrary since we don't build.

diff --git a/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake 
b/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake
index 916c7bc..0e7d6d0 100644
--- a/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake
+++ b/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake
@@ -16,4 +16,5 @@ set(RunCMake_TEST_OPTIONS -DCMAKE_VERBOSE_MAKEFILE=1)
 run_cmake(Build)
 unset(RunCMake_TEST_OPTIONS)
 run_cmake_command(repeat-until-fail-tests ${CMAKE_CTEST_COMMAND}
+  -C Debug
   --repeat-until-fail 3 )

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=69dfba4b319ff50c22b9265c5fe52be13dbfcdf7
commit 69dfba4b319ff50c22b9265c5fe52be13dbfcdf7
Author:     Bill Hoffman <bill.hoff...@kitware.com>
AuthorDate: Wed Mar 18 13:27:49 2015 -0400
Commit:     Bill Hoffman <bill.hoff...@kitware.com>
CommitDate: Wed Mar 18 13:27:49 2015 -0400

    Revert "Pass down the ctest config option to RunCMake tests."
    
    This reverts commit c482c4a4406028e02b90dd2e40f5291a364aa2bb.

diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt
index 9cd2e9a..ffda31f 100644
--- a/Tests/RunCMake/CMakeLists.txt
+++ b/Tests/RunCMake/CMakeLists.txt
@@ -20,7 +20,6 @@ macro(add_RunCMake_test test)
     -DRunCMake_MAKE_PROGRAM=${CMake_TEST_EXPLICIT_MAKE_PROGRAM}
     -DRunCMake_SOURCE_DIR=${CMAKE_CURRENT_SOURCE_DIR}/${Test_Dir}
     -DRunCMake_BINARY_DIR=${CMAKE_CURRENT_BINARY_DIR}/${test}
-    -DRunCMake_CTestTest_CONFIG=${CTestTest_CONFIG}
     ${${test}_ARGS}
     ${TEST_ARGS}
     -P "${CMAKE_CURRENT_SOURCE_DIR}/${Test_Dir}/RunCMakeTest.cmake"
diff --git a/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake 
b/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake
index 7176e2a..916c7bc 100644
--- a/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake
+++ b/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake
@@ -16,5 +16,4 @@ set(RunCMake_TEST_OPTIONS -DCMAKE_VERBOSE_MAKEFILE=1)
 run_cmake(Build)
 unset(RunCMake_TEST_OPTIONS)
 run_cmake_command(repeat-until-fail-tests ${CMAKE_CTEST_COMMAND}
-  -C ${RunCMake_CTestTest_CONFIG}
   --repeat-until-fail 3 )

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

Summary of changes:
 Tests/RunCMake/CMakeLists.txt                      |    1 -
 Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)


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

Reply via email to