[skip e2e] Update comment in e2e.sh (#14574)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
Jenny Li 2021-12-30 14:22:51 +08:00 committed by GitHub
parent c1a38559d4
commit e4b9aef6ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ fi
docker-compose up -d
else
if [[ "${MILVUS_CLIENT}" == "pymilvus" ]]; then
# better to run pytest under pytest workspace
# Better to run pytest under pytest workspace
export MILVUS_PYTEST_WORKSPACE="/milvus/tests/python_client"
docker-compose run --rm pytest /bin/bash -c "pytest -n ${PARALLEL_NUM} --host ${MILVUS_SERVICE_IP} --port ${MILVUS_SERVICE_PORT} \
--html=\${CI_LOG_PATH}/report.html --self-contained-html ${@:-}"