[Cmake-commits] [cmake-commits] david.cole committed test.cmake.in 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 29 14:38:33 EST 2009


Update of /cvsroot/CMake/CMake/Tests/CTestTestFailedSubmits
In directory public:/mounts/ram/cvs-serv1368/Tests/CTestTestFailedSubmits

Modified Files:
	test.cmake.in 
Log Message:
Fix issue #10060 - add APPEND arg to ctest_start command.

If APPEND is given to ctest_start, it will read the tag from the current existing Testing/TAG file rather than creating a new one based on the current time stamp. This allows a developer to run several dashboard scripts in a row, all of which will share the same tag/stamp/buildid when they finally get submitted to CDash. Now you can split the running of build phases and test phases for the same dashboard row into multiple scripts.


Index: test.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CTestTestFailedSubmits/test.cmake.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** test.cmake.in	15 Oct 2009 16:35:54 -0000	1.3
--- test.cmake.in	29 Dec 2009 19:38:31 -0000	1.4
***************
*** 46,47 ****
--- 46,51 ----
  # not a valid drop location given above...
  CTEST_SUBMIT(RETURN_VALUE res)
+ 
+ # Add coverage for the new APPEND arg to ctest_start:
+ #
+ CTEST_START(Experimental APPEND)



More information about the Cmake-commits mailing list