mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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
Block a user