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

Signed-off-by: groot <yihua.mo@zilliz.com>
This commit is contained in:
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

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"