Skip to content

Commit

Permalink
ci(appveyor): show test output to enable simple print-debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Sep 29, 2024
1 parent eec07d9 commit 3099d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ for:
export TMPDIR=/crippledfs
fi
- echo TMPDIR=$TMPDIR
- 'hatch run tests.py${PY}:run-cov --doctest-modules --durations 10'
- 'hatch run tests.py${PY}:run-cov -s --doctest-modules --durations 10'

after_test:
- 'hatch run tests.py${PY}:cov-combine'
Expand Down Expand Up @@ -249,7 +249,7 @@ for:
#- tools\appveyor\verify-ssh-access

test_script:
- cmd: 'hatch run tests.py%PY%:run-cov --doctest-modules --durations 10'
- cmd: 'hatch run tests.py%PY%:run-cov -s --doctest-modules --durations 10'

after_test:
- cmd: 'hatch run tests.py%PY%:cov-combine'
Expand Down

0 comments on commit 3099d87

Please sign in to comment.