Changeset b1e6777 in trunk
- Timestamp:
- 2020-08-07T19:46:46Z (5 years ago)
- Branches:
- master
- Children:
- 7c92278
- Parents:
- 1f3d246
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified misc/python3/ratchet.sh ¶
r1f3d246 rb1e6777 12 12 # Since both of the next calls are expected to exit non-0, relax our guard. 13 13 set +e 14 SUBUNITREPORTER_OUTPUT_PATH="$base/results.subunit2" trial -- reporter subunitv2-file allmydata14 SUBUNITREPORTER_OUTPUT_PATH="$base/results.subunit2" trial --temp-directory /tmp/_trial_temp.ratchet --reporter subunitv2-file allmydata 15 15 subunit2junitxml < "$base/results.subunit2" > "$base/results.xml" 16 16 set -e
Note: See TracChangeset
for help on using the changeset viewer.