mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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
@@ -143,8 +143,8 @@ mymain(void)
|
||||
struct virCapabilitiesFormatData data = {filename, max_cells, \
|
||||
max_cpus_in_cell, \
|
||||
max_mem_in_cell}; \
|
||||
if (virtTestRun(filename, test_virCapabilitiesFormat, &data) < 0) \
|
||||
ret = -1; \
|
||||
if (virTestRun(filename, test_virCapabilitiesFormat, &data) < 0) \
|
||||
ret = -1; \
|
||||
} while (0)
|
||||
|
||||
DO_TEST("basic-4-4-2G", 4, 4, 2*1024*1024);
|
||||
|
||||
Reference in New Issue
Block a user