]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Slightly tweak virlogtest
authorErik Skultety <eskultet@redhat.com>
Wed, 16 Mar 2016 09:55:38 +0000 (10:55 +0100)
committerErik Skultety <eskultet@redhat.com>
Wed, 16 Mar 2016 13:24:15 +0000 (14:24 +0100)
commit814b2ec6251dffa584d24e1e262fa1a04fd4cabd
treead3b234b94c10f624aadbe5d2e37505a88c46da9
parentc1276177f83222cdb355754e58c628786476fea8
tests: Slightly tweak virlogtest

Patch adds a generic DO_TEST_FULL macro, some PASS/FAIL macros to better
visually distinguish tests that should fail and tests that should pass. Also,
some cosmetic changes like renames and direct call to fprintf is replaced with
our VIR_TEST_DEBUG macro, as using testutils should be our preferred way of
reporting errors in tests.
tests/virlogtest.c