Skip to content
Snippets Groups Projects
Commit bb78931e authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

cmake fix ctest output on failure for coverage (#8112)

parent 5ddd95e1
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ add_custom_target(test_results
set_target_properties(test_results PROPERTIES EXCLUDE_FROM_ALL TRUE)
if (CMAKE_BUILD_TYPE STREQUAL Coverage)
setup_target_for_coverage(test_coverage ${CMAKE_CTEST_COMMAND} coverage.info "--output-on-failure -T Test")
setup_target_for_coverage(test_coverage "${CMAKE_CTEST_COMMAND} --output-on-failure -T Test" coverage.info)
endif()
add_custom_target(test_results_junit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment