]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: qemumonitorjson: Don't do multiple tests in one virTestRun
authorPeter Krempa <pkrempa@redhat.com>
Tue, 27 Sep 2016 13:49:05 +0000 (15:49 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 6 Oct 2016 07:13:39 +0000 (09:13 +0200)
commit4c75ba7f3752f6e96324e92b3c354a6a7d303b7a
tree9d86c666da7ae38e959b1635b93959d7a7ad57e1
parent030b1caa13b43065a23c87ddb5f2d65ffd9babe5
tests: qemumonitorjson: Don't do multiple tests in one virTestRun

The chardev attach test would do all the tests in one virTestRun
instance. If one sub-test failed then the test would report failure
improperly and the error would be hard to debug since the error pointer
was overwritten.
tests/qemumonitorjsontest.c