mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-11 05:24:44 -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
@@ -280,14 +280,14 @@ mymain(void)
|
||||
}
|
||||
VIR_DEBUG("Reading from '%s'", scsihost_class_path);
|
||||
|
||||
if (virtTestRun("testVirReadSCSIUniqueId",
|
||||
testVirReadSCSIUniqueId, NULL) < 0) {
|
||||
if (virTestRun("testVirReadSCSIUniqueId",
|
||||
testVirReadSCSIUniqueId, NULL) < 0) {
|
||||
ret = -1;
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
if (virtTestRun("testVirFindSCSIHostByPCI",
|
||||
testVirFindSCSIHostByPCI, NULL) < 0) {
|
||||
if (virTestRun("testVirFindSCSIHostByPCI",
|
||||
testVirFindSCSIHostByPCI, NULL) < 0) {
|
||||
ret = -1;
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user