Merge branch 'branch-0.3.0' into 'branch-0.3.0'

MS-104 Fix unittest lcov execution error

See merge request megasearch/vecwise_engine!117

Former-commit-id: dd920471e6c476adb484ae91ecd9dd066367b175
This commit is contained in:
jinhai 2019-06-23 18:57:24 +08:00
commit 967a1670df
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ Please mark all change in change log and use the ticket from JIRA.
# Milvus 0.3.0 (TBD)
## Bug
- MS-104 - Fix unittest lcov execution error
- MS-102 - Fix build script file condition error
- MS-80 - Fix server hang issue
- MS-89 - Fix compile failed, libgpufaiss.a link missing

View File

@ -84,10 +84,10 @@ if [[ ${BUILD_TYPE} != "Debug" ]]; then
strip src/milvus_server
fi
make install || exit 1
if [[ ${BUILD_COVERAGE} == "ON" ]]; then
cd -
bash `pwd`/coverage.sh
cd -
fi
make install