tests: Rename virtTestRun to virTestRun.

This function doesn't follow our convention of naming functions.
This commit is contained in:
Tomáš Ryšavý
2016-05-26 17:01:50 +02:00
committed by John Ferlan
parent 09b406a756
commit cd7dd1508d
109 changed files with 606 additions and 606 deletions

View File

@@ -71,8 +71,8 @@ mymain(void)
#define DO_TEST(name) \
do { \
const struct testInfo info = {name, false}; \
if (virtTestRun("Secret XML->XML " name, \
testCompareXMLToXMLHelper, &info) < 0) \
if (virTestRun("Secret XML->XML " name, \
testCompareXMLToXMLHelper, &info) < 0) \
ret = -1; \
} while (0)