mirror of https://gitee.com/openkylin/libvirt.git
Test virSystemd APIs twice to check the cache effects
Test virSystemd APIs twice to check the cache effects.
This commit is contained in:
parent
f10bd740e1
commit
9b1bd138f1
|
@ -525,6 +525,8 @@ mymain(void)
|
|||
do { \
|
||||
if (virTestRun(_name, func, NULL) < 0) \
|
||||
ret = -1; \
|
||||
if (virTestRun(_name "again ", func, NULL) < 0) \
|
||||
ret = -1; \
|
||||
virSystemdHasMachinedResetCachedValue(); \
|
||||
} while (0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue