Include logs from failing tests in JUnit output

(cherry picked from commit 8952618262)
This commit is contained in:
Petr Špaček 2023-03-17 13:20:59 +01:00 committed by Tom Krizek
parent a802e84cd5
commit 8627d41d4d
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7

View file

@ -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