tests: metadatatest: Quiesce errors on expected paths

Use the helper added in previous patch to quiesce errors from this test
that was spamming logs on normal test runs.
This commit is contained in:
Peter Krempa 2013-09-17 15:22:42 +02:00
parent 43f68a4f9e
commit 935c031730

View File

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