Skip to content

Commit

Permalink
Fix error log
Browse files Browse the repository at this point in the history
  • Loading branch information
yinggeh committed Sep 3, 2024
1 parent 790f97e commit 47488e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/L0_backend_vllm/metrics_test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ run_test() {

if [ $? -ne 0 ]; then
cat $CLIENT_LOG
echo -e "\n***\n*** Running $CLIENT_PY VLLMTritonMetricsTest.test_vllm_metrics_disabled FAILED. \n***"
echo -e "\n***\n*** Running $CLIENT_PY $TEST_CASE FAILED. \n***"
RET=1
else
check_test_results $TEST_RESULT_FILE $EXPECTED_NUM_TESTS
Expand Down

0 comments on commit 47488e3

Please sign in to comment.