mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-02 19:26:44 +00:00
get the package name right ...
sigh ...
This commit is contained in:
parent
72739b0606
commit
179f7b4bcb
@ -237,7 +237,7 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
# The Python for which we installed subunit is not necessarily on
|
# The Python for which we installed subunit is not necessarily on
|
||||||
# %PATH% so (possibly) re-install it with the default Python.
|
# %PATH% so (possibly) re-install it with the default Python.
|
||||||
python -m pip install subunit2junitxml junitxml
|
python -m pip install subunit junitxml
|
||||||
|
|
||||||
Start-Process subunit2junitxml -Wait -RedirectStandardInput test-results.subunit2 -RedirectStandardOutput test-results.xml
|
Start-Process subunit2junitxml -Wait -RedirectStandardInput test-results.subunit2 -RedirectStandardOutput test-results.xml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user