From: Matthias Maier Date: Tue, 17 Jan 2023 00:37:32 +0000 (-0600) Subject: CMake: Promote "tester-ng" to official regression tester X-Git-Tag: v9.5.0-rc1~643^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14689%2Fhead;p=dealii.git CMake: Promote "tester-ng" to official regression tester --- diff --git a/tests/run_testsuite.cmake b/tests/run_testsuite.cmake index dc4d6ea6f0..060b062b41 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$") +if(TRACK MATCHES "^Regression Tests$" AND NOT CTEST_SITE MATCHES "^tester(|-ng)$") message(FATAL_ERROR " I'm sorry ${CTEST_SITE}, I'm afraid I can't do that. The TRACK \"Regression Tests\" is not for you.