Changeset c17337e in trunk
- Timestamp:
- 2020-08-08T03:47:11Z (5 years ago)
- Branches:
- master
- Children:
- 971bca7
- Parents:
- f8e44ac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified misc/python3/ratchet.sh ¶
rf8e44ac rc17337e 12 12 # Since both of the next calls are expected to exit non-0, relax our guard. 13 13 set +e 14 trial --temp-directory /tmp/_trial_temp.ratchet --reporter subunitv2-file allmydata 15 find "${SUBUNITREPORTER_OUTPUT_PATH}" 14 trial ${TAHOE_LAFS_TRIAL_ARGS} allmydata 16 15 subunit2junitxml < "${SUBUNITREPORTER_OUTPUT_PATH}" > "$base/results.xml" 17 16 set -e
Note: See TracChangeset
for help on using the changeset viewer.