Skip to content

Instantly share code, notes, and snippets.

@danlamanna
Created September 12, 2016 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danlamanna/1ffba48fa7c67f3f95a35ef2f9c7c1f6 to your computer and use it in GitHub Desktop.
Save danlamanna/1ffba48fa7c67f3f95a35ef2f9c7c1f6 to your computer and use it in GitHub Desktop.
file(STRINGS "${CTEST_BINARY_DIRECTORY}/Testing/TAG" tag_info)
list(GET tag_info 0 tag_info)
list(APPEND CTEST_NOTES_FILES
"${CTEST_BINARY_DIRECTORY}/Testing/Temporary/LastTest_${tag_info}.log")
ctest_submit(PARTS Notes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment