From 9b1bd138f17a866348f9289f6fd90cde4ba209d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Thu, 23 Feb 2017 12:32:54 +0100 Subject: [PATCH] Test virSystemd APIs twice to check the cache effects Test virSystemd APIs twice to check the cache effects. --- tests/virsystemdtest.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/virsystemdtest.c b/tests/virsystemdtest.c index d1f8e6f608..4cf4021308 100644 --- a/tests/virsystemdtest.c +++ b/tests/virsystemdtest.c @@ -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)