mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-31 08:38:16 -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
@@ -167,9 +167,9 @@ mymain(void)
|
||||
if (virThreadInitialize() < 0)
|
||||
return -1;
|
||||
|
||||
if (virtTestRun("types", testTypes, NULL) < 0)
|
||||
if (virTestRun("types", testTypes, NULL) < 0)
|
||||
ret = -1;
|
||||
if (virtTestRun("threads", testThreads, NULL) < 0)
|
||||
if (virTestRun("threads", testThreads, NULL) < 0)
|
||||
ret = -1;
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user