From 8627d41d4dddacc4b874b4b7d5d95217cd253f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Fri, 17 Mar 2023 13:20:59 +0100 Subject: [PATCH] Include logs from failing tests in JUnit output (cherry picked from commit 8952618262ca62a69fda45ed19fa8c706bb858b0) --- bin/tests/system/pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/tests/system/pytest.ini b/bin/tests/system/pytest.ini index e1cb863d47..1559595852 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