mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
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:
parent
43f68a4f9e
commit
935c031730
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user