mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-23 18:13:41 +00:00
try to be sure we can do the conversion
This commit is contained in:
parent
df05ed3c8f
commit
72739b0606
@ -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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user