diff --git a/misc/python3/ratchet.sh b/misc/python3/ratchet.sh index 33183fce1..c9bf6bed1 100755 --- a/misc/python3/ratchet.sh +++ b/misc/python3/ratchet.sh @@ -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