[Cmake-commits] CMake branch, master, updated. 91c1a70193d8ec27f1e12249515d39c73b2448b8

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Mar 17 12:32:49 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, master has been updated
       via  91c1a70193d8ec27f1e12249515d39c73b2448b8 (commit)
      from  0d48f81d3214ed2e769265e649f6a799fc6693e2 (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=91c1a70193d8ec27f1e12249515d39c73b2448b8
commit 91c1a70193d8ec27f1e12249515d39c73b2448b8
Author: Zach Mullen <zach.mullen at kitware.com>
Date:   Wed Mar 17 12:32:44 2010 -0400

    Output times during StopTime test for debugging

diff --git a/Tests/CTestTestStopTime/test.cmake.in b/Tests/CTestTestStopTime/test.cmake.in
index abbee09..cf212cc 100644
--- a/Tests/CTestTestStopTime/test.cmake.in
+++ b/Tests/CTestTestStopTime/test.cmake.in
@@ -25,7 +25,11 @@ CTEST_CONFIGURE(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
 CTEST_BUILD(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
 
 GET_DATE()
+message("original time: ${${GD_PREFIX}HOUR}:${${GD_PREFIX}MINUTE}:${${GD_PREFIX}SECOND}")
 ADD_SECONDS(15)
+message("stop time: ${new_hr}:${new_min}:${new_sec}")
 
 CTEST_TEST(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res STOP_TIME "${new_hr}:${new_min}:${new_sec}")
+GET_DATE()
+message("finish time: ${${GD_PREFIX}HOUR}:${${GD_PREFIX}MINUTE}:${${GD_PREFIX}SECOND}")
 #CTEST_SUBMIT()

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

Summary of changes:
 Tests/CTestTestStopTime/test.cmake.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list