提交 9b1bd138 编写于 作者: J Ján Tomko

Test virSystemd APIs twice to check the cache effects

Test virSystemd APIs twice to check the cache effects.
上级 f10bd740
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册