Changeset b1e6777 in trunk


Ignore:
Timestamp:
2020-08-07T19:46:46Z (5 years ago)
Author:
Jean-Paul Calderone <exarkun@…>
Branches:
master
Children:
7c92278
Parents:
1f3d246
Message:

Try getting the _trial_temp out of the working tree

File:
1 edited

Legend:

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

    r1f3d246 rb1e6777  
    1212# Since both of the next calls are expected to exit non-0, relax our guard.
    1313set +e
    14 SUBUNITREPORTER_OUTPUT_PATH="$base/results.subunit2" trial --reporter subunitv2-file allmydata
     14SUBUNITREPORTER_OUTPUT_PATH="$base/results.subunit2" trial --temp-directory /tmp/_trial_temp.ratchet --reporter subunitv2-file allmydata
    1515subunit2junitxml < "$base/results.subunit2" > "$base/results.xml"
    1616set -e
Note: See TracChangeset for help on using the changeset viewer.