Changeset c17337e in trunk


Ignore:
Timestamp:
2020-08-08T03:47:11Z (5 years ago)
Author:
Jean-Paul Calderone <exarkun@…>
Branches:
master
Children:
971bca7
Parents:
f8e44ac
Message:

We get passed an env var that tells us how to run trial

Also temp-dir made no difference and don't need the find either.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified misc/python3/ratchet.sh

    rf8e44ac rc17337e  
    1212# Since both of the next calls are expected to exit non-0, relax our guard.
    1313set +e
    14 trial --temp-directory /tmp/_trial_temp.ratchet --reporter subunitv2-file allmydata
    15 find "${SUBUNITREPORTER_OUTPUT_PATH}"
     14trial ${TAHOE_LAFS_TRIAL_ARGS} allmydata
    1615subunit2junitxml < "${SUBUNITREPORTER_OUTPUT_PATH}" > "$base/results.xml"
    1716set -e
Note: See TracChangeset for help on using the changeset viewer.