try to be sure we can do the conversion

This commit is contained in:
Jean-Paul Calderone 2023-08-08 13:57:17 -04:00
parent df05ed3c8f
commit 72739b0606

View File

@ -235,6 +235,10 @@ jobs:
- "run":
name: "Convert Result Log"
command: |
# The Python for which we installed subunit is not necessarily on
# %PATH% so (possibly) re-install it with the default Python.
python -m pip install subunit2junitxml junitxml
Start-Process subunit2junitxml -Wait -RedirectStandardInput test-results.subunit2 -RedirectStandardOutput test-results.xml
- "store_test_results":