Skip to content

Commit 1ea80ac

Browse files
yinggehmc-nv
authored andcommitted
ci: Fix L0_client_nobatch--base (#8259)
1 parent b4b1487 commit 1ea80ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qa/L0_client_nobatch/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ EXPECTED_NUM_TESTS="4"
4747

4848
DATADIR=/data/inferenceserver/${REPO_VERSION}
4949
MODELDIR="${PWD}/qa_model_repository"
50-
rm -rf ${MODELDIR} && cp -r "${DATADIR}/qa_model_repository/onnx_*" ${MODELDIR} # Note there is a coupling in ./client_test.py
50+
rm -rf ${MODELDIR} && mkdir -p ${MODELDIR} && cp -r ${DATADIR}/qa_model_repository/onnx_* ${MODELDIR}/. # Note there is a coupling in ./client_test.py
5151
SERVER=/opt/tritonserver/bin/tritonserver
5252
SERVER_ARGS="--model-repository=${MODELDIR}"
5353
SERVER_LOG="./inference_server.log"

0 commit comments

Comments
 (0)