mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 10:48:15 +00:00
When stripping out log messages from the failure text, the original text gets stored as <system-out>. That part then got lost when reducing tests. Instead of dropping it, it needs to be joined from all failed tests. Same for <system-err>, although that isn't used yet.