From: Matthias Maier Date: Thu, 6 Jul 2023 17:14:23 +0000 (-0500) Subject: Tests: update official tester names X-Git-Tag: relicensing~734^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15670%2Fhead;p=dealii.git Tests: update official tester names --- diff --git a/tests/run_testsuite.cmake b/tests/run_testsuite.cmake index d3d4f368d1..9d8c721d44 100644 --- a/tests/run_testsuite.cmake +++ b/tests/run_testsuite.cmake @@ -245,7 +245,7 @@ endif() message("-- CTEST_SITE: ${CTEST_SITE}") -if(TRACK MATCHES "^Regression Tests$" AND NOT CTEST_SITE MATCHES "^tester(|-ng)$") +if(TRACK MATCHES "^Regression Tests$" AND NOT CTEST_SITE MATCHES "^tester(|-tos|-tng|-ds9)$") message(FATAL_ERROR " I'm sorry ${CTEST_SITE}, I'm afraid I can't do that. The TRACK \"Regression Tests\" is not for you.