Created
September 12, 2016 19:14
-
-
Save danlamanna/1ffba48fa7c67f3f95a35ef2f9c7c1f6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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