From 596268a40bcc67ddf0340cd0960f5c7717056ef6 Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Tue, 10 Aug 2021 09:49:43 -0600 Subject: [PATCH] Fix copy and paste error for build name in tribits_ctest_driver() test (#278) This was created by commit: 49d9c81 "tribits_ctest_driver(): Use more robust and better git commands and stronger testing (#278, TRIL-260)" Author: Roscoe A. Bartlett Date: Thu Feb 14 13:42:11 2019 -0700 A test/ctest_driver/TribitsExampleMetaProject/CMakeLists.txt --- test/ctest_driver/TribitsExampleMetaProject/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ctest_driver/TribitsExampleMetaProject/CMakeLists.txt b/test/ctest_driver/TribitsExampleMetaProject/CMakeLists.txt index 346397c9f..b066da0e9 100644 --- a/test/ctest_driver/TribitsExampleMetaProject/CMakeLists.txt +++ b/test/ctest_driver/TribitsExampleMetaProject/CMakeLists.txt @@ -453,7 +453,7 @@ tribits_add_advanced_test( CTestDriver_TribitsExMetaProj_clone_custom_branch_rem TribitsExMetaProj_ENABLE_SECONDARY_TESTED_CODE=TRUE TribitsExMetaProj_GIT_REPOSITORY_REMOTE=github TribitsExMetaProj_BRANCH=for-testing - CTEST_BUILD_NAME=CTestDriver_TribitsExMetaProj_clone_default_branch_remote + CTEST_BUILD_NAME=CTestDriver_TribitsExMetaProj_clone_custom_branch_remote ${CTEST_S_SCRIPT_ARGS} PASS_REGULAR_EXPRESSION_ALL "-- ENV_TribitsExMetaProj_BRANCH='for-testing'"