Skip to content

Commit

Permalink
Fix copy and paste error for build name in tribits_ctest_driver() test (
Browse files Browse the repository at this point in the history
TriBITSPub#278)

This was created by commit:

  49d9c81 "tribits_ctest_driver(): Use more robust and better git commands and stronger testing (TriBITSPub#278, TRIL-260)"
  Author: Roscoe A. Bartlett <rabartl@sandia.gov>
  Date:   Thu Feb 14 13:42:11 2019 -0700

  A       test/ctest_driver/TribitsExampleMetaProject/CMakeLists.txt
  • Loading branch information
bartlettroscoe committed Aug 10, 2021
1 parent 9c210c5 commit 596268a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ctest_driver/TribitsExampleMetaProject/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down

0 comments on commit 596268a

Please sign in to comment.