Try getting the _trial_temp out of the working tree

This commit is contained in:
Jean-Paul Calderone 2020-08-07 15:46:46 -04:00
parent 1f3d246567
commit b1e67774b4
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

View File

@ -11,7 +11,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
SUBUNITREPORTER_OUTPUT_PATH="$base/results.subunit2" trial --reporter subunitv2-file allmydata SUBUNITREPORTER_OUTPUT_PATH="$base/results.subunit2" trial --temp-directory /tmp/_trial_temp.ratchet --reporter subunitv2-file allmydata
subunit2junitxml < "$base/results.subunit2" > "$base/results.xml" subunit2junitxml < "$base/results.subunit2" > "$base/results.xml"
set -e set -e