Skip to content
Commit 6a954ce5 authored by Richard Purdie's avatar Richard Purdie
Browse files

oeqa/concurrencytest: Fix display of test stdout/stderr



If oe-selftest is run with -j, the output to stdout/stderr is being
lost at present. Capture this and display it upon test failure. We
have code that previously tried to enable this but it wasn't functioning
correctly. This should give more usable error reports on the autobuilder.

This code will mix stdout and stderr as the output is streamed from the test
server without markup. This is most in keeping with subunit/testools though
and the easiest way to handle the various challenges here as far as I can
see.

Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent e39d97c0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment