This function doesn't follow our convention of naming functions.
{
int result = 0;
- virtTestQuiesceLibvirtErrors(true);
+ virTestQuiesceLibvirtErrors(true);
# define DO_TEST(_name) \
do { \
return EXIT_FAILURE;
}
- virtTestQuiesceLibvirtErrors(false);
+ virTestQuiesceLibvirtErrors(false);
if (virTestRun("Assign metadata ", testAssignMetadata, &test) < 0)
ret = EXIT_FAILURE;
if (!(test.conn = virConnectOpen("test:///default")))
return EXIT_FAILURE;
- virtTestQuiesceLibvirtErrors(false);
+ virTestQuiesceLibvirtErrors(false);
/* Domain event tests */
if (virTestRun("Domain createXML start event (old API)",
* register a handler to stop error messages cluttering
* up display
*/
- virtTestQuiesceLibvirtErrors(false);
+ virTestQuiesceLibvirtErrors(false);
#define DO_TEST_PARSE_AND_FORMAT(addrstr, family, pass) \
do { \
/* register an error handler in tests when using connections */
void
-virtTestQuiesceLibvirtErrors(bool always)
+virTestQuiesceLibvirtErrors(bool always)
{
if (always || !virTestGetVerbose())
virSetErrorFunc(NULL, virtTestErrorFuncQuiet);
char *virTestLogContentAndReset(void);
-void virtTestQuiesceLibvirtErrors(bool always);
+void virTestQuiesceLibvirtErrors(bool always);
void virTestCounterReset(const char *prefix);
const char *virtTestCounterNext(void);
{
int result = 0;
- virtTestQuiesceLibvirtErrors(true);
+ virTestQuiesceLibvirtErrors(true);
#define DO_TEST(_name) \
do { \