mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-06 11:10:22 +00:00
Perhaps get this path right
This commit is contained in:
parent
fe850e7240
commit
ef3cbebe43
@ -11,8 +11,8 @@ 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 --temp-directory /tmp/_trial_temp.ratchet --reporter subunitv2-file allmydata
|
trial --temp-directory /tmp/_trial_temp.ratchet --reporter subunitv2-file allmydata
|
||||||
subunit2junitxml < "$base/results.subunit2" > "$base/results.xml"
|
subunit2junitxml < "${SUBUNITREPORTER_OUTPUT_PATH}" > "$base/results.xml"
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Okay, now we're clear.
|
# Okay, now we're clear.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user