diff --git a/cmake/coverallsGcovJsons.cmake b/cmake/coverallsGcovJsons.cmake index ad9a10cb8616159b9e3aff445e698cb2edb92820..6d1a1a7e9bcd246ee71d81e93329540b6670a9e9 100644 --- a/cmake/coverallsGcovJsons.cmake +++ b/cmake/coverallsGcovJsons.cmake @@ -134,7 +134,7 @@ foreach(GCDA ${GCDA_FILES}) # If -p is not specified then the file is named only "the_file.c.gcov" # execute_process( - COMMAND "${GCOV_EXECUTABLE} -p -o ${GCDA_DIR} ${GCDA} >/dev/null" + COMMAND "${GCOV_EXECUTABLE} -p -o ${GCDA_DIR} ${GCDA}" WORKING_DIRECTORY ${GCDA_DIR} ) endforeach()