Re: [OE-core] [PATCH] strace: show test suite log on failure

2021-10-22 Thread Ross Burton
You're right, it will. I'm on a roll this week. :/ Ross On Thu, 21 Oct 2021 at 22:53, Christopher Larson wrote: > > I'm not familiar enough with the ptest-runner to say, but does the exit code > of run-ptest get used at all, or only the output in the expected format? Just > noticed this will

Re: [OE-core] [PATCH] strace: show test suite log on failure

2021-10-21 Thread Christopher Larson
I'm not familiar enough with the ptest-runner to say, but does the exit code of run-ptest get used at all, or only the output in the expected format? Just noticed this will suppress the non-zero exit code of run-ptest. On Thu, Oct 21, 2021 at 7:30 AM Ross Burton wrote: > If the tests fail, dump

[OE-core] [PATCH] strace: show test suite log on failure

2021-10-21 Thread Ross Burton
If the tests fail, dump the log so we can see the failures. Signed-off-by: Ross Burton --- meta/recipes-devtools/strace/strace/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/strace/strace/run-ptest b/meta/recipes-devtools/strace/strace/run-pt