Skip to content

Commit 1773dea

Browse files
committed
pytest to dump additional outputs
1 parent 44edd6e commit 1773dea

File tree

1 file changed

+1
-1
lines changed
  • ci/L0_additional_outputs_vllm

1 file changed

+1
-1
lines changed

ci/L0_additional_outputs_vllm/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [ "$SERVER_PID" == "0" ]; then
4949
exit 1
5050
fi
5151
set +e
52-
python3 -m pytest -s -v additional_outputs_test.py
52+
python3 -m pytest --junitxml=test_additional_outputs.xml -s -v additional_outputs_test.py
5353
if [ $? -ne 0 ]; then
5454
echo -e "\n***\n*** additional_outputs_test FAILED. \n***"
5555
RET=1

0 commit comments

Comments
 (0)