mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +00:00
note about error behavior of subunit2junitxml
This commit is contained in:
parent
7a389bb314
commit
d56ac6d6a2
@ -238,6 +238,11 @@ jobs:
|
|||||||
# 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 python-subunit junitxml
|
python -m pip install python-subunit junitxml
|
||||||
|
|
||||||
|
# subunit2junitxml exits with error if the result stream it is
|
||||||
|
# converting has test failures in it! So this step might fail.
|
||||||
|
# Since the step in which we actually _ran_ the tests won't fail
|
||||||
|
# even if there are test failures, this is a good thing for now.
|
||||||
subunit2junitxml --output-to=test-results.xml test-results.subunit2
|
subunit2junitxml --output-to=test-results.xml test-results.subunit2
|
||||||
|
|
||||||
- "store_test_results":
|
- "store_test_results":
|
||||||
|
Loading…
Reference in New Issue
Block a user