]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: qemumonitorjson: Replace use of virReportError
authorPeter Krempa <pkrempa@redhat.com>
Wed, 12 Jun 2019 07:19:25 +0000 (09:19 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 12 Jun 2019 07:19:25 +0000 (09:19 +0200)
commitb872422a9c5f1de0cad0e225ac81fd2ad82d2fbc
tree2182034b99e70188bfa222fed008d2224c87f972
parent49df9205f22cfdbbee658e5a95de8b028d079eee
tests: qemumonitorjson: Replace use of virReportError

Use VIR_TEST_VERBOSE instead. This fixes the following syntax check
problem:

tests/qemumonitorjsontest.c:1409:        virReportError(VIR_ERR_INTERNAL_ERROR, "arr should have been cleared");

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
tests/qemumonitorjsontest.c