mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-12 07:52:38 +00:00
those changes were not supposed to go in
This commit is contained in:
parent
909c6484af
commit
e0dcd0ec3e
@ -11,9 +11,8 @@ cd "../.."
|
||||
|
||||
# Since both of the next calls are expected to exit non-0, relax our guard.
|
||||
set +e
|
||||
SUBUNITREPORTER_OUTPUT_PATH="$base/results" trial --reporter=subunitv2-file allmydata
|
||||
subunit2junitxml < "$base/results" > "$base/results.xml"
|
||||
subunit2pyunit < "$base/results"
|
||||
trial --reporter=subunitv2-file allmydata
|
||||
subunit2junitxml < "${SUBUNITREPORTER_OUTPUT_PATH}" > "$base/results.xml"
|
||||
set -e
|
||||
|
||||
# Okay, now we're clear.
|
||||
|
Loading…
Reference in New Issue
Block a user