We get passed an env var that tells us how to run trial

Also temp-dir made no difference and don't need the find either.
This commit is contained in:
Jean-Paul Calderone 2020-08-07 23:47:11 -04:00
parent f8e44acdef
commit c17337e732
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

View File

@ -11,8 +11,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}"
trial ${TAHOE_LAFS_TRIAL_ARGS} allmydata
subunit2junitxml < "${SUBUNITREPORTER_OUTPUT_PATH}" > "$base/results.xml"
set -e