File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ DATADIR=/data/inferenceserver/${REPO_VERSION}
4646SERVER=/opt/tritonserver/bin/tritonserver
4747CLIENT_LOG=" ./input_validation_client.log"
4848TEST_PY=./input_validation_test.py
49- CC_UNIT_TEST=../clients/client_input_test
5049TEST_RESULT_FILE=' ./test_results.txt'
5150SERVER_LOG=" ./inference_server.log"
5251TEST_LOG=" ./input_byte_size_test.log"
@@ -103,16 +102,6 @@ if [ $? -ne 0 ]; then
103102fi
104103set -e
105104
106- # client_input_test
107- set +e
108- $CC_UNIT_TEST >> $CLIENT_LOG 2>&1
109- if [ $? -ne 0 ]; then
110- cat $CLIENT_LOG
111- echo -e " \n***\n*** client_input_test FAILED\n***"
112- RET=1
113- fi
114- set -e
115-
116105kill $SERVER_PID
117106wait $SERVER_PID
118107
Original file line number Diff line number Diff line change 131131 RET=1
132132fi
133133
134- g++ http_test.cc $client_lib /libhttpclient_static.a $client_lib /libcurl.a \
135- $client_lib /libtritoncommonmodelconfig.a $client_lib /libprotobuf.a \
136- -o http_test_static -I$client_inc -lz -lssl -lcrypto -lpthread
134+ g++ http_test.cc $client_lib /libhttpclient_static.a $client_lib /libcurl.a -o http_test_static \
135+ -I$client_inc -lz -lssl -lcrypto -lpthread
137136
138137if [ $? -eq 0 ]; then
139138 if [[ ! -x " ./http_test_static" ]]; then
You can’t perform that action at this time.
0 commit comments