Skip to content

Commit

Permalink
Fix L0_http_fuzz (triton-inference-server#3132)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayv25 committed Jul 20, 2021
1 parent 6cb7472 commit 5b48d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/L0_http_fuzz/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ if [ $? -ne 0 ]; then
cat ${FUZZ_LOG}
RET=1
else
check_test_results $FUZZ_LOG $EXPECTED_NUM_TESTS
check_test_results $TEST_RESULT_FILE $EXPECTED_NUM_TESTS
if [ $? -ne 0 ]; then
cat $FUZZ_LOG
cat $TEST_RESULT_FILE
echo -e "\n***\n*** Test Result Verification Failed\n***"
RET=1
fi
Expand Down

0 comments on commit 5b48d3f

Please sign in to comment.