mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-11 13:34:45 -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
+2
-2
@@ -235,9 +235,9 @@ mymain(void)
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
if (virtTestRun("test1", test1, NULL) < 0)
|
||||
if (virTestRun("test1", test1, NULL) < 0)
|
||||
ret = -1;
|
||||
if (virtTestRun("test2", test2, NULL) < 0)
|
||||
if (virTestRun("test2", test2, NULL) < 0)
|
||||
ret = -1;
|
||||
|
||||
cleanup:
|
||||
|
||||
Reference in New Issue
Block a user