mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-14 13:28:11 +00:00
did it get written
This commit is contained in:
@ -12,6 +12,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 --temp-directory /tmp/_trial_temp.ratchet --reporter subunitv2-file allmydata
|
trial --temp-directory /tmp/_trial_temp.ratchet --reporter subunitv2-file allmydata
|
||||||
|
find "${SUBUNITREPORTER_OUTPUT_PATH}"
|
||||||
subunit2junitxml < "${SUBUNITREPORTER_OUTPUT_PATH}" > "$base/results.xml"
|
subunit2junitxml < "${SUBUNITREPORTER_OUTPUT_PATH}" > "$base/results.xml"
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user