We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44edd6e commit 1773deaCopy full SHA for 1773dea
ci/L0_additional_outputs_vllm/test.sh
@@ -49,7 +49,7 @@ if [ "$SERVER_PID" == "0" ]; then
49
exit 1
50
fi
51
set +e
52
-python3 -m pytest -s -v additional_outputs_test.py
+python3 -m pytest --junitxml=test_additional_outputs.xml -s -v additional_outputs_test.py
53
if [ $? -ne 0 ]; then
54
echo -e "\n***\n*** additional_outputs_test FAILED. \n***"
55
RET=1
0 commit comments