Skip to content

Commit

Permalink
Merge pull request #14689 from tamiko/add_tester_ng
Browse files Browse the repository at this point in the history
CMake: Promote "tester-ng" to official regression tester
  • Loading branch information
tjhei committed Jan 17, 2023
2 parents 29d15d6 + ce44f00 commit a7784bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_testsuite.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a7784bf

Please sign in to comment.