Skip to content

Commit

Permalink
Update TDD system for renamed func TRIBITS_UPDATE_GIT_EXTRAREPO() (#130)
Browse files Browse the repository at this point in the history
I forgot to update the TDD system for my changes for #130.  Since the TDD
system is not under automated testing, this was allowed to be pushed.  I was
slopping in not finding this reference to the old function name.  Sloppy on my
part.
  • Loading branch information
bartlettroscoe authored and CASL VRI INF committed Apr 7, 2017
1 parent 87a6d0c commit a25f931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tribits/dashboard_driver/TribitsDriverDashboard.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ SET( CMAKE_MODULE_PATH
INCLUDE(PrintVar)
INCLUDE(SetDefaultAndFromEnv)

INCLUDE(${CMAKE_CURRENT_LIST_DIR}/../ctest_driver/TribitsUpdateExtraRepo.cmake)
INCLUDE(${CMAKE_CURRENT_LIST_DIR}/../ctest_driver/TribitsCTestDriverCoreHelpers.cmake)


#
Expand Down Expand Up @@ -253,7 +253,7 @@ if (NOT TDD_IN_TESTING_MODE)
SET(PULL_OUT_FILE "${CTEST_BINARY_DIRECTORY}/${EXTRA_PULL_DIR}.pull.out")
set(CTEST_NOTES_FILES ${CTEST_NOTES_FILES} ${PULL_OUT_FILE})
MESSAGE("Pull extra updates in '${EXTRA_PULL_DIR_ABS}' ...")
EXTRAREPO_CLEAN_FETCH_RESET("${git_exe}" "${EXTRA_PULL_DIR_ABS}")
TRIBITS_UPDATE_GIT_EXTRAREPO("${git_exe}" "${EXTRA_PULL_DIR_ABS}")
endforeach()

else()
Expand Down

0 comments on commit a25f931

Please sign in to comment.