On 09/17/2013 07:40 AM, Peter Krempa wrote:
Use the helper added in previous patch to quiesce errors from this
test
that was spamming logs on normal test runs.
---
tests/metadatatest.c | 2 ++
1 file changed, 2 insertions(+)
ACK
diff --git a/tests/metadatatest.c b/tests/metadatatest.c
index 6bcf335..30c43ba 100644
--- a/tests/metadatatest.c
+++ b/tests/metadatatest.c
@@ -229,6 +229,8 @@ mymain(void)
return EXIT_FAILURE;
}
+ virtTestQuiesceLibvirtErrors(false);
+
if (virtTestRun("Assign metadata ", 1, testAssignMetadata, &test) <
0)
ret = EXIT_FAILURE;
if (virtTestRun("Rewrite Metadata ", 1, testRewriteMetadata, &test)
< 0)
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library
http://libvirt.org