mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
Test virSystemd APIs twice to check the cache effects
Test virSystemd APIs twice to check the cache effects.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user