Perhaps get this path right

This commit is contained in:
Jean-Paul Calderone 2020-08-07 22:57:59 -04:00
parent fe850e7240
commit ef3cbebe43
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

View File

@ -11,8 +11,8 @@ cd "../.."
# Since both of the next calls are expected to exit non-0, relax our guard.
set +e
SUBUNITREPORTER_OUTPUT_PATH="$base/results.subunit2" trial --temp-directory /tmp/_trial_temp.ratchet --reporter subunitv2-file allmydata
subunit2junitxml < "$base/results.subunit2" > "$base/results.xml"
trial --temp-directory /tmp/_trial_temp.ratchet --reporter subunitv2-file allmydata
subunit2junitxml < "${SUBUNITREPORTER_OUTPUT_PATH}" > "$base/results.xml"
set -e
# Okay, now we're clear.