]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: make domaincapstest less anoying to debug
authorPeter Krempa <pkrempa@redhat.com>
Fri, 25 Oct 2019 11:59:46 +0000 (13:59 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 11 Nov 2019 15:46:40 +0000 (16:46 +0100)
commit63d604088c7265d30aa4ce669331bfd6bc9ab51b
treea4949814c9a895199a467c5a525ef6ccce9792ac
parentd64f31dc1f78ff499e4e133ebf2299c240b5ae78
tests: make domaincapstest less anoying to debug

Since 6a077cf2b3 domaincapstest does not run through all cases on
failure but terminates right away. This makes it super annoying to debug
or use in combination with VIR_TEST_REGENERATE_OUTPUT.

Fix it by remembering failure and still running through all cases.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
tests/domaincapstest.c
tests/testutilsqemu.c