Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[tests] do not capture outputs with sysop tests

Change-Id: If8e529d9ed098fb66bbc7d541715d87c70612eba
---
M .github/workflows/sysop_tests-ci.yml
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/sysop_tests-ci.yml b/.github/workflows/sysop_tests-ci.yml
index 03f082d..9275ff8 100644
--- a/.github/workflows/sysop_tests-ci.yml
+++ b/.github/workflows/sysop_tests-ci.yml
@@ -84,7 +84,7 @@
PYWIKIBOT_TEST_OAUTH: ${{ secrets[format('{0}', steps.token.outputs.uppercase)] }}
run: |
python pwb.py version
- pytest -v -a rights --cov=.;
+ pytest -s -a rights --cov=.;

- name: Show coverage statistics
run: |

To view, visit change 1003362. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: If8e529d9ed098fb66bbc7d541715d87c70612eba
Gerrit-Change-Number: 1003362
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-CC: jenkins-bot
Gerrit-MessageType: merged