]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: Do not require a special name for TRACK=continuous 6103/head
authorMatthias Maier <tamiko@43-1.org>
Mon, 26 Mar 2018 13:03:42 +0000 (08:03 -0500)
committerMatthias Maier <tamiko@43-1.org>
Mon, 26 Mar 2018 13:52:34 +0000 (08:52 -0500)
tests/run_testsuite.cmake

index 94108b55d023bc3e4faf990ada237bd51458dfb0..6d628af11b476b2f4eca4921a5fee3bcbaa7d282 100644 (file)
@@ -62,9 +62,9 @@
 #                            directory (without actually running the
 #                            testsuite)
 #
-#       "Regression Tests" - Reserved for the "official" regression tester
+#       "Regression Tests" - Reserved for "official" regression testers
 #
-#       "Continuous"       - Reserved for the "official" regression tester
+#       "Continuous"       - Reserved for "official" regression testers
 #
 #   CONFIG_FILE
 #     - A configuration file (see ../doc/users/config.sample)
@@ -243,11 +243,10 @@ ENDIF()
 
 MESSAGE("-- CTEST_SITE:             ${CTEST_SITE}")
 
-IF( TRACK MATCHES "^(Regression Tests|Continuous)$"
-    AND NOT CTEST_SITE MATCHES "^(simserv04|tester)$" )
+IF(TRACK MATCHES "^Regression Tests$" AND NOT CTEST_SITE MATCHES "^tester$")
   MESSAGE(FATAL_ERROR "
 I'm sorry ${CTEST_SITE}, I'm afraid I can't do that.
-The TRACK \"Regression Tests\" or \"Continuous\" is not for you.
+The TRACK \"Regression Tests\" is not for you.
 "
     )
 ENDIF()

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.