]> xenbits.xensource.com Git - libvirt.git/commit
tests: Always put a '\n' after each debug print
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 3 May 2019 08:31:02 +0000 (10:31 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 27 Aug 2019 13:49:48 +0000 (15:49 +0200)
commitd07ce21610a921ab5909afa8d44d08d8ac88e41c
tree6edac0416c8f2ae72125a6ab06ad110140749e69
parent3853372659a968664c9792e0fe293153d5279743
tests: Always put a '\n' after each debug print

There is an inconsistency with VIR_TEST_DEBUG() calls. One half
(roughly) of calls does have the newline character the other one
doesn't. Well, it doesn't have it because it assumed blindly that
new line will be printed, which is not the case.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
19 files changed:
tests/bhyveargv2xmltest.c
tests/bhyvexml2argvtest.c
tests/bhyvexml2xmltest.c
tests/cputest.c
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c
tests/storagepoolxml2argvtest.c
tests/testutils.c
tests/testutils.h
tests/testutilsqemu.c
tests/testutilsqemuschema.c
tests/utiltest.c
tests/virbuftest.c
tests/virhostcputest.c
tests/virjsontest.c
tests/virlogtest.c
tests/virnetdaemontest.c
tests/virpcitest.c
tests/virresctrltest.c