[Cmake-commits] CMake branch, master, updated. b41647ca8fd5220c0d20f757f3db8c0c493b4d2e

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Mar 17 11:10:42 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  b41647ca8fd5220c0d20f757f3db8c0c493b4d2e (commit)
      from  0ba9d041174f593509c44f84e0e70fafc6c0edc0 (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=b41647ca8fd5220c0d20f757f3db8c0c493b4d2e
commit b41647ca8fd5220c0d20f757f3db8c0c493b4d2e
Author: Zach Mullen <zach.mullen at kitware.com>
Date:   Wed Mar 17 11:10:39 2010 -0400

    Move get_date call closer to ctest_test for more predictable results.

diff --git a/Tests/CTestTestStopTime/test.cmake.in b/Tests/CTestTestStopTime/test.cmake.in
index 0952dbf..abbee09 100644
--- a/Tests/CTestTestStopTime/test.cmake.in
+++ b/Tests/CTestTestStopTime/test.cmake.in
@@ -20,11 +20,12 @@ SET(CTEST_NOTES_FILES                   "${CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIP
 
 INCLUDE("${CTEST_BINARY_DIRECTORY}/GetDate.cmake")
 
-GET_DATE()
-ADD_SECONDS(15)
-
 CTEST_START(Experimental)
 CTEST_CONFIGURE(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
 CTEST_BUILD(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
+
+GET_DATE()
+ADD_SECONDS(15)
+
 CTEST_TEST(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res STOP_TIME "${new_hr}:${new_min}:${new_sec}")
 #CTEST_SUBMIT()

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list