[libvirt] [PATCH 2/2] tests: metadatatest: Quiesce errors on expected paths

Peter Krempa pkrempa at redhat.com
Tue Sep 17 13:40:32 UTC 2013


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(+)

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)
-- 
1.8.3.2




More information about the libvir-list mailing list