File tree 2 files changed +2
-14
lines changed
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}
46
46
SERVER=/opt/tritonserver/bin/tritonserver
47
47
CLIENT_LOG=" ./input_validation_client.log"
48
48
TEST_PY=./input_validation_test.py
49
- CC_UNIT_TEST=../clients/client_input_test
50
49
TEST_RESULT_FILE=' ./test_results.txt'
51
50
SERVER_LOG=" ./inference_server.log"
52
51
TEST_LOG=" ./input_byte_size_test.log"
@@ -103,16 +102,6 @@ if [ $? -ne 0 ]; then
103
102
fi
104
103
set -e
105
104
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
-
116
105
kill $SERVER_PID
117
106
wait $SERVER_PID
118
107
Original file line number Diff line number Diff line change 131
131
RET=1
132
132
fi
133
133
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
137
136
138
137
if [ $? -eq 0 ]; then
139
138
if [[ ! -x " ./http_test_static" ]]; then
You can’t perform that action at this time.
0 commit comments