Re: [libvirt] [PATCH 06/10] tests: qemucapsprobemock: Fail if JSON reply from qemu can't be reformatted

2018-06-07 Thread John Ferlan
On 06/04/2018 09:58 AM, Peter Krempa wrote: > Rather than skipping output on failure fail loudly. > > Signed-off-by: Peter Krempa > --- > tests/qemucapsprobemock.c | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > Reviewed-by: John Ferlan John -- libvir-list mailing

[libvirt] [PATCH 06/10] tests: qemucapsprobemock: Fail if JSON reply from qemu can't be reformatted

2018-06-04 Thread Peter Krempa
Rather than skipping output on failure fail loudly. Signed-off-by: Peter Krempa --- tests/qemucapsprobemock.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/qemucapsprobemock.c b/tests/qemucapsprobemock.c index f26fa6b285..a0d2acb69a 100644 ---