]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Last bits for today
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Sep 2013 17:51:47 +0000 (17:51 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Sep 2013 17:51:47 +0000 (17:51 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30806 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/CTestConfig.cmake
deal.II/run_testsuite.cmake

index b3011827b64658e1c4e43d1be3bdbf1e0b1eddcf..b6ef110194634f80b251792a4df571b2a9745836 100644 (file)
 ##
 ## ---------------------------------------------------------------------
 
-
-########################################################################
-#                                                                      #
-#                        General configuration:                        #
-#                                                                      #
-########################################################################
-
 #
 # Dashboard configuration:
 #
index 961a121985f0a01459c0b9baf95a2ee045f795e1..e8b53a1dbeba2006852f5232fef86b574586c5da 100644 (file)
@@ -20,6 +20,8 @@
 #                                                                      #
 ########################################################################
 
+#
+# Configuration options:
 #
 # CTEST_SOURCE_DIRECTORY
 # CTEST_BINARY_DIRECTORY
@@ -114,7 +116,6 @@ ENDIF()
 
 MESSAGE("-- NO_JOBS: ${NO_JOBS}")
 
-
 #
 # CTEST_SITE:
 #
@@ -140,7 +141,7 @@ SET(CTEST_BUILD_NAME
   "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_SYSTEM_NAME}"
   )
 
-# Append compiler information:
+# Append compiler information if available...
 IF(EXISTS ${CTEST_BINARY_DIRECTORY}/detailed.log)
   FILE(STRINGS ${CTEST_BINARY_DIRECTORY}/detailed.log _compiler_id
     REGEX "CMAKE_CXX_COMPILER:"
@@ -169,18 +170,17 @@ IF(NOT TRACK MATCHES "Foobar") #TODO: Exclude Continuous TRACKS
   ENDIF()
 ENDIF()
 
-
 #
 # Finalize:
 #
 
 SET(CTEST_NOTES_FILES
+  ${CTEST_BINARY_DIRECTORY}/revision.log
   ${CTEST_BINARY_DIRECTORY}/summary.log
   ${CTEST_BINARY_DIRECTORY}/detailed.log
   )
 
 
-
 ########################################################################
 #                                                                      #
 #                          Run the testsuite:                          #
@@ -197,16 +197,11 @@ IF("${TRACK}" STREQUAL "Experimental")
   # - Run the configure, build and test stages and submit the results to
   #   the "Experimental" track
   #
-  # - No cleanup is done prior to test run
+  # - No cleanup is done
   #
 
   CTEST_START(Experimental TRACK Experimental)
 
-  # quick test:
-  #IF(NOT "${CTEST_UPDATE_COMMAND}" STREQUAL "")
-  #  CTEST_UPDATE()
-  #ENDIF()
-
   IF(NOT "${CONFIG_FILE}" STREQUAL "")
     CTEST_CONFIGURE(OPTIONS -C"${CONFIG_FILE}")
   ELSE()

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.