maybe that's how you use subunit2pyunit

This commit is contained in:
Maciej Fijalkowski 2020-08-12 15:33:54 +02:00
parent 9b9d530155
commit 9c4e68e0a7

View File

@ -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.