mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Remove test case average timing
The test case average timing code has not been used by any test case ever. Delete it to remove complexity. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
@@ -59,7 +59,7 @@ mymain(void)
|
||||
#define TEST(name, dep1) \
|
||||
do { \
|
||||
const struct testDriverData data = { name, dep1 }; \
|
||||
if (virtTestRun("Test driver " # name, 1, testDriverModule, &data) < 0) \
|
||||
if (virtTestRun("Test driver " # name, testDriverModule, &data) < 0) \
|
||||
ret = -1; \
|
||||
} while (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user