mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 05:53:12 +00:00
maybe that's how you use subunit2pyunit
This commit is contained in:
parent
9b9d530155
commit
9c4e68e0a7
@ -13,6 +13,7 @@ cd "../.."
|
|||||||
set +e
|
set +e
|
||||||
SUBUNITREPORTER_OUTPUT_PATH="$base/results.subunit2" trial --reporter subunitv2-file allmydata
|
SUBUNITREPORTER_OUTPUT_PATH="$base/results.subunit2" trial --reporter subunitv2-file allmydata
|
||||||
subunit2junitxml < "$base/results.subunit2" > "$base/results.xml"
|
subunit2junitxml < "$base/results.subunit2" > "$base/results.xml"
|
||||||
|
subunit2pyunit < "$base/results.subunit2"
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Okay, now we're clear.
|
# Okay, now we're clear.
|
||||||
|
Loading…
Reference in New Issue
Block a user