Skip to content

Commit 32667db

Browse files
authored
Merge pull request #1689 from gangliao/code
remove colon in code coverage
2 parents 6273574 + 5605ece commit 32667db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/coverallsGcovJsons.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ foreach(GCDA ${GCDA_FILES})
134134
# If -p is not specified then the file is named only "the_file.c.gcov"
135135
#
136136
execute_process(
137-
COMMAND "${GCOV_EXECUTABLE} -p -o ${GCDA_DIR} ${GCDA}"
137+
COMMAND ${GCOV_EXECUTABLE} -p -o ${GCDA_DIR} ${GCDA} >/dev/null
138138
WORKING_DIRECTORY ${GCDA_DIR}
139139
)
140140
endforeach()

0 commit comments

Comments
 (0)