Re: [libvirt] [PATCH 2/9] tests: Always put '\n' at the end of VIR_TEST_VERBOSE

2019-08-26 Thread Ján Tomko
On Mon, Aug 12, 2019 at 01:54:18PM +0200, Michal Privoznik wrote: Similarly to the previous commit, VIR_TEST_VERBOSE should put '\n' at the end of each call so that the output is not broken. Signed-off-by: Michal Privoznik --- tests/cputest.c | 14 +++--- tests/qemublocktest.c

[libvirt] [PATCH 2/9] tests: Always put '\n' at the end of VIR_TEST_VERBOSE

2019-08-12 Thread Michal Privoznik
Similarly to the previous commit, VIR_TEST_VERBOSE should put '\n' at the end of each call so that the output is not broken. Signed-off-by: Michal Privoznik --- tests/cputest.c | 14 +++--- tests/qemublocktest.c| 10 ++--- tests/qemuhotplugtest.c | 10 ++---