Commit 8690b46f authored by milvus-ci-robot's avatar milvus-ci-robot
Browse files

fix ci/jenkins/scripts/coverage.sh bug


Former-commit-id: f410976853170d82fdbc0096cf3e55cd8ad91a73
parent ea65e4a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ for test in `ls ${DIR_UNITTEST}`; do
            ;;
    esac
    # run unittest
    ./${DIR_UNITTEST}/${test} "${args}"
    ${DIR_UNITTEST}/${test} "${args}"
    if [ $? -ne 0 ]; then
        echo ${args}
        echo ${DIR_UNITTEST}/${test} "run failed"