On 06/23/2017 09:33 AM, Peter Krempa wrote:
Use the full storage driver registration method that also fails if
one
of the storage backends is not present. This makes the test fail if a
submodule fails registration, which is useful for testing.
Additionally return EXIT_FAILURE as usual in tests rather than -1.
---
tests/virstoragetest.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John