mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
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:
parent
f8e44acdef
commit
c17337e732
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user