From: Petr Špaček Date: Fri, 17 Mar 2023 12:20:59 +0000 (+0100) Subject: Include logs from failing tests in JUnit output X-Git-Tag: v9.19.14~35^2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8952618262ca62a69fda45ed19fa8c706bb858b0;p=thirdparty%2Fbind9.git Include logs from failing tests in JUnit output --- diff --git a/bin/tests/system/pytest.ini b/bin/tests/system/pytest.ini index e1cb863d47d..1559595852d 100644 --- a/bin/tests/system/pytest.ini +++ b/bin/tests/system/pytest.ini @@ -16,3 +16,5 @@ log_date_format = %Y-%m-%d %H:%M:%S log_cli = 1 log_level = INFO python_files = tests_*.py +junit_logging = log +junit_log_passing_tests = 0