diff --git a/cmake_support/PROMOD3.cmake b/cmake_support/PROMOD3.cmake index e1ec9656a14174ee84c70acbc9a92eb664f7580d..db12a874b6b7060d95ae6904aea51c5bccd4f017 100644 --- a/cmake_support/PROMOD3.cmake +++ b/cmake_support/PROMOD3.cmake @@ -807,9 +807,9 @@ macro(promod3_unittest) if(TARGET "_${_ARG_MODULE}") add_dependencies("${py_test}_run" "_${_ARG_MODULE}") endif() - # XML test outputgets an logical OR to 'echo' so if sth fails, make + # XML test output gets an logical OR to 'echo' so if sth fails, make # continues and we get output for all unit tests. Just calling 'echo' - # giveth $?=0. + # gives $?=0. add_custom_target("${py_test}_run_xml" sh -c "${PY_TESTS_CMD} ${py_twp} xml || echo" WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}