Skip to content

replay/apitrace: Forward logs when the test crashes

Guilherme Gallo requested to merge gallo/piglit:run-command_stderr-forward into main

Currently, we only dump the traceback and the return code outputted from the inner command. We should provide the logs (stdout + stderr) in this case as well, to make it easier to investigate what is happening, without the need to reproduce the inner command manually.

Merge request reports