Skip to content

Use `system-err` if no failure/error message was given in JUnit output

Jordan Doyle requested to merge jdyl/gitlab:task/system-err-junit into master

What does this MR do and why?

Allows reading from JUnit's system-err output (stderr) if no explicit message was given for a failure/error, this change won't affect any existing pipelines that use this functionality - but will add support showing stderr for pipelines that currently don't have explicit failure messages.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Rémy Coutable

Merge request reports