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:
@@ -220,7 +220,7 @@ mymain(void)
|
||||
do { \
|
||||
struct testInfo info = { _in, _out, _version }; \
|
||||
virResetLastError(); \
|
||||
if (virtTestRun("VMware XML-2-VMX "_in" -> "_out, 1, \
|
||||
if (virtTestRun("VMware XML-2-VMX "_in" -> "_out, \
|
||||
testCompareHelper, &info) < 0) { \
|
||||
result = -1; \
|
||||
} \
|
||||
|
||||
Reference in New Issue
Block a user