Re: [libvirt] [PATCH for 4.6.0] tests: qemucapsprobe: Fix output after swithching to jansson

2018-08-05 Thread Ján Tomko
On Mon, Jul 30, 2018 at 04:59:34PM +0200, Peter Krempa wrote: Jansson does not put a newline at the end of formatted JSON strings. This breaks the qemucapsprobe utility as we need to keep the spacing so that tests work. Add an explicit newline. Signed-off-by: Peter Krempa ---

Re: [libvirt] [PATCH for 4.6.0] tests: qemucapsprobe: Fix output after swithching to jansson

2018-08-01 Thread Michal Privoznik
On 07/30/2018 04:59 PM, Peter Krempa wrote: > Jansson does not put a newline at the end of formatted JSON strings. > This breaks the qemucapsprobe utility as we need to keep the spacing so > that tests work. Add an explicit newline. > > Signed-off-by: Peter Krempa > --- >

Re: [libvirt] [PATCH for 4.6.0] tests: qemucapsprobe: Fix output after swithching to jansson

2018-08-01 Thread Peter Krempa
On Mon, Jul 30, 2018 at 16:59:34 +0200, Peter Krempa wrote: > Jansson does not put a newline at the end of formatted JSON strings. > This breaks the qemucapsprobe utility as we need to keep the spacing so > that tests work. Add an explicit newline. > > Signed-off-by: Peter Krempa > --- >

Re: [libvirt] [PATCH for 4.6.0] tests: qemucapsprobe: Fix output after swithching to jansson

2018-07-31 Thread Peter Krempa
On Tue, Jul 31, 2018 at 17:42:50 +0800, Yi Min Zhao wrote: > > > 在 2018/7/30 下午11:12, Peter Krempa 写道: > > Jansson does not put a newline at the end of formatted JSON strings. > > This breaks the qemucapsprobe utility as we need to keep the spacing so > > that tests work. Add an explicit

Re: [libvirt] [PATCH for 4.6.0] tests: qemucapsprobe: Fix output after swithching to jansson

2018-07-31 Thread Yi Min Zhao
在 2018/7/30 下午11:12, Peter Krempa 写道: Jansson does not put a newline at the end of formatted JSON strings. This breaks the qemucapsprobe utility as we need to keep the spacing so that tests work. Add an explicit newline. Signed-off-by: Peter Krempa --- tests/qemucapsprobemock.c | 2 ++ 1

[libvirt] [PATCH for 4.6.0] tests: qemucapsprobe: Fix output after swithching to jansson

2018-07-30 Thread Peter Krempa
Jansson does not put a newline at the end of formatted JSON strings. This breaks the qemucapsprobe utility as we need to keep the spacing so that tests work. Add an explicit newline. Signed-off-by: Peter Krempa --- tests/qemucapsprobemock.c | 2 ++ 1 file changed, 2 insertions(+) diff --git