Skip to content

Commit 545094c

Browse files
authored
ci: Fix L0_client_nobatch--base (#8259)
1 parent 64c3cd2 commit 545094c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)