Re: [dpdk-dev] [PATCH] app/test: flush stdout after forking

2021-07-31 Thread Thomas Monjalon
26/07/2021 14:27, Bruce Richardson: > On Mon, Jul 26, 2021 at 01:16:27PM +0100, John Levon wrote: > > meson test was not capturing the intended output from the child > > process; force a flush to ensure it reaches the test log. > > > > Signed-off-by: John Levon > > Acked-by: Bruce Richardson A

Re: [dpdk-dev] [PATCH] app/test: flush stdout after forking

2021-07-26 Thread John Levon
On Mon, Jul 26, 2021 at 01:27:48PM +0100, Bruce Richardson wrote: > On Mon, Jul 26, 2021 at 01:16:27PM +0100, John Levon wrote: > > meson test was not capturing the intended output from the child > > process; force a flush to ensure it reaches the test log. > > > > Signed-off-by: John Levon > >

Re: [dpdk-dev] [PATCH] app/test: flush stdout after forking

2021-07-26 Thread Bruce Richardson
On Mon, Jul 26, 2021 at 01:16:27PM +0100, John Levon wrote: > meson test was not capturing the intended output from the child > process; force a flush to ensure it reaches the test log. > > Signed-off-by: John Levon > --- > app/test/process.h | 1 + > 1 file changed, 1 insertion(+) > > diff --g

[dpdk-dev] [PATCH] app/test: flush stdout after forking

2021-07-26 Thread John Levon
meson test was not capturing the intended output from the child process; force a flush to ensure it reaches the test log. Signed-off-by: John Levon --- app/test/process.h | 1 + 1 file changed, 1 insertion(+) diff --git a/app/test/process.h b/app/test/process.h index a09a088477..0ed91a939e 1006