mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 05:53:12 +00:00
Try getting the _trial_temp out of the working tree
This commit is contained in:
parent
1f3d246567
commit
b1e67774b4
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user