From 3099d87e42384fad6cbe7053b043d2d63396231e Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Thu, 26 Sep 2024 22:19:52 +0200 Subject: [PATCH] ci(appveyor): show test output to enable simple print-debugging --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 84d88cd..ecd5973 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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' @@ -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'