Test virSystemd APIs twice to check the cache effects

Test virSystemd APIs twice to check the cache effects.
This commit is contained in:
Ján Tomko 2017-02-23 12:32:54 +01:00
parent f10bd740e1
commit 9b1bd138f1

View File

@ -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)