Re: [PATCH 2/5] bios-tables-test: fix up DIFF generation

2020-01-22 Thread Michael S. Tsirkin
On Wed, Jan 22, 2020 at 10:00:01AM +0100, Laurent Vivier wrote: > On 22/01/2020 09:05, Michael S. Tsirkin wrote: > > Turns out it goes to stdout which is suppressed even with V=1. > > Force DIFF output to stderr to make it visible. > > > > Signed-off-by: Michael S. Tsirkin > > --- > > tests/qtes

Re: [PATCH 2/5] bios-tables-test: fix up DIFF generation

2020-01-22 Thread Laurent Vivier
On 22/01/2020 09:05, Michael S. Tsirkin wrote: > Turns out it goes to stdout which is suppressed even with V=1. > Force DIFF output to stderr to make it visible. > > Signed-off-by: Michael S. Tsirkin > --- > tests/qtest/bios-tables-test.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletio

[PATCH 2/5] bios-tables-test: fix up DIFF generation

2020-01-22 Thread Michael S. Tsirkin
Turns out it goes to stdout which is suppressed even with V=1. Force DIFF output to stderr to make it visible. Signed-off-by: Michael S. Tsirkin --- tests/qtest/bios-tables-test.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/qtest/bios-tables-test.c b/tests/qte