提交 28537fa1 编写于 作者: Q quicksilver

MS-104 - Fix unittest lcov execution error


Former-commit-id: 444db7dd0e6ab5cd849a30b9d349683693286aa2
上级 7532f7b9
......@@ -32,7 +32,7 @@ for test in `ls ${DIR_UNITTEST}`; do
done
# gen test converage
${LCOV_CMD} -d ${DIR_GCNO} -o "${FILE_INFO_MILVUS}" -c -b
${LCOV_CMD} -d ${DIR_GCNO} -o "${FILE_INFO_MILVUS}" -c
# merge coverage
${LCOV_CMD} -a ${FILE_INFO_BASE} -a ${FILE_INFO_MILVUS} -o "${FILE_INFO_OUTPUT}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册