mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-23 18:13:41 +00:00
try to force UTF-8 to make subunitreporter work
This commit is contained in:
parent
7bc1f9300f
commit
3f37f9aee5
@ -180,7 +180,7 @@ jobs:
|
||||
SUBUNITREPORTER_OUTPUT_PATH: "test-results.subunit2"
|
||||
PYTHONUNBUFFERED: "1"
|
||||
command: |
|
||||
python -b -m coverage run -m twisted.trial --reporter=subunitv2-file --rterrors allmydata
|
||||
python -X utf8 -b -m coverage run -m twisted.trial --reporter=subunitv2-file --rterrors allmydata
|
||||
|
||||
- "run":
|
||||
name: "Upload Coverage"
|
||||
|
Loading…
x
Reference in New Issue
Block a user