mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-06 11:10:22 +00:00
--rterrors is broken with subunitreporter on python 3
This commit is contained in:
parent
c17337e732
commit
971bca7402
@ -11,7 +11,7 @@ cd "../.."
|
|||||||
|
|
||||||
# Since both of the next calls are expected to exit non-0, relax our guard.
|
# Since both of the next calls are expected to exit non-0, relax our guard.
|
||||||
set +e
|
set +e
|
||||||
trial ${TAHOE_LAFS_TRIAL_ARGS} allmydata
|
trial --reporter=subunitv2-file allmydata
|
||||||
subunit2junitxml < "${SUBUNITREPORTER_OUTPUT_PATH}" > "$base/results.xml"
|
subunit2junitxml < "${SUBUNITREPORTER_OUTPUT_PATH}" > "$base/results.xml"
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user