did it get written

This commit is contained in:
Jean-Paul Calderone 2020-08-07 23:27:36 -04:00
parent 65520786ca
commit f8e44acdef
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

View File

@ -12,6 +12,7 @@ cd "../.."
# Since both of the next calls are expected to exit non-0, relax our guard.
set +e
trial --temp-directory /tmp/_trial_temp.ratchet --reporter subunitv2-file allmydata
find "${SUBUNITREPORTER_OUTPUT_PATH}"
subunit2junitxml < "${SUBUNITREPORTER_OUTPUT_PATH}" > "$base/results.xml"
set -e