mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip e2e] Update comment in e2e.sh (#14574)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
c1a38559d4
commit
e4b9aef6ad
@ -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 ${@:-}"
|
||||
|
Loading…
Reference in New Issue
Block a user