mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
tests: Rename virtTestRun to virTestRun.
This function doesn't follow our convention of naming functions.
This commit is contained in:
committed by
John Ferlan
parent
09b406a756
commit
cd7dd1508d
@@ -89,8 +89,8 @@ mymain(void)
|
||||
#define DO_TEST_FULL(pool, name, flags) \
|
||||
do { \
|
||||
struct testInfo info = { pool, name, flags }; \
|
||||
if (virtTestRun("Storage Vol XML-2-XML " name, \
|
||||
testCompareXMLToXMLHelper, &info) < 0) \
|
||||
if (virTestRun("Storage Vol XML-2-XML " name, \
|
||||
testCompareXMLToXMLHelper, &info) < 0) \
|
||||
ret = -1; \
|
||||
} \
|
||||
while (0);
|
||||
|
||||
Reference in New Issue
Block a user