Re: [PATCH kvm-unit-tests v2 12/12] run_tests: suppress stderr

2015-12-17 Thread Andrew Jones
On Thu, Dec 17, 2015 at 06:53:43PM +0100, Radim Krčmář wrote: > log it instead to keep the output clear. > > Signed-off-by: Radim Krčmář > --- > v2: new (v1 did this by catching all output in a variable) > > run_tests.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a

[PATCH kvm-unit-tests v2 12/12] run_tests: suppress stderr

2015-12-17 Thread Radim Krčmář
log it instead to keep the output clear. Signed-off-by: Radim Krčmář --- v2: new (v1 did this by catching all output in a variable) run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 62c106a0b693..4c8c20a16eac 100755 --- a/run_tes