[Cmake-commits] CMake branch, next, updated. v2.8.1-1318-gf24a357

Bill Hoffman bill.hoffman at kitware.com
Sat Jun 5 13:06:00 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  f24a357c54e940dbfc0670d1b66f75f146910206 (commit)
       via  d06a547a78ff2e8b4b3380a39bead5408aabdac6 (commit)
       via  dc6ed8ee8c75fb8aaf5d88f868f8ddf17dc2baa5 (commit)
      from  417d98fba6bc5741826ba99342edfd1c7940447a (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=f24a357c54e940dbfc0670d1b66f75f146910206
commit f24a357c54e940dbfc0670d1b66f75f146910206
Merge: 417d98f d06a547
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date:   Sat Jun 5 13:05:38 2010 -0400

    Merge branch 'verbose_failed_tests_releases' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d06a547a78ff2e8b4b3380a39bead5408aabdac6
commit d06a547a78ff2e8b4b3380a39bead5408aabdac6
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date:   Sat Jun 5 13:03:14 2010 -0400

    When running tests for releases use verbose output for failed tests.

diff --git a/Utilities/Release/release_cmake.sh.in b/Utilities/Release/release_cmake.sh.in
index b2ca348..4189728 100755
--- a/Utilities/Release/release_cmake.sh.in
+++ b/Utilities/Release/release_cmake.sh.in
@@ -123,7 +123,7 @@ check_exit_value $? "Build cmake" || exit 1
 
 if [ -z "@SKIP_TESTS@" ]; then
     echo "Run cmake tests"
-    ./bin/ctest -j @PROCESSORS@ test
+    ./bin/ctest --output-on-failure -j @PROCESSORS@ test
     check_exit_value $? "Test cmake" || exit 1
 fi
 

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

Summary of changes:
 Source/kwsys/kwsysDateStamp.cmake     |    2 +-
 Utilities/Release/release_cmake.sh.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list