[skip ci] Modify description of script (#9254)

Signed-off-by: groot <yihua.mo@zilliz.com>
pull/9260/head
groot 2021-10-05 12:26:02 +08:00 committed by GitHub
parent 25c364b03d
commit f4aaf4ee04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"