mirror of https://github.com/milvus-io/milvus.git
[skip ci] Modify description of script (#9254)
Signed-off-by: groot <yihua.mo@zilliz.com>pull/9260/head
parent
25c364b03d
commit
f4aaf4ee04
|
@ -37,7 +37,7 @@ done
|
|||
|
||||
# run cwrapper unittest
|
||||
if [ -f ${CWRAPPER_UNITTEST} ];then
|
||||
echo "Running cwrapper unittest ..."
|
||||
echo "Running cwrapper unittest: ${CWRAPPER_UNITTEST}"
|
||||
${CWRAPPER_UNITTEST}
|
||||
if [ $? -ne 0 ]; then
|
||||
echo ${CWRAPPER_UNITTEST} " run failed"
|
||||
|
|
Loading…
Reference in New Issue