]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: eventtest: Open code virtTestResult
authorCole Robinson <crobinso@redhat.com>
Tue, 29 Sep 2015 14:55:22 +0000 (10:55 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 5 Oct 2015 18:34:04 +0000 (14:34 -0400)
commitae8755370f4b1e008aae70770a194a4950e6d904
treebf44381f6cc4771805ada5a6b19d423eae38ba61
parent64cc686d796ddee6ace6e2ba12d4dc28566387c8
tests: eventtest: Open code virtTestResult

These event tests aren't run synchronously, so there isn't an obvious
function to pass to virtTestRun. Instead, open code roughly what
virtTestResult did before: printing an error message if a test failed.
tests/eventtest.c