Skip to content
Snippets Groups Projects
Commit c8f60c73 authored by Philipp Schoppe's avatar Philipp Schoppe
Browse files

Print test output when CTest is run in verbose mode.

parent 4f52cde9
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ if(CMD)
endif()
execute_process(COMMAND ${_cmd} ${_chkout} ${_chkerr} WORKING_DIRECTORY ${CWD} RESULT_VARIABLE _rc)
message("${_outvar}")
file(WRITE ${OUT} "${_outvar}")
if(DEFINED RC AND (NOT _rc EQUAL RC))
......
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