From: Ján Tomko Date: Thu, 23 Feb 2017 11:32:54 +0000 (+0100) Subject: Test virSystemd APIs twice to check the cache effects X-Git-Tag: v3.2.0-rc1~353 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b1bd138f17a866348f9289f6fd90cde4ba209d4;p=thirdparty%2Flibvirt.git Test virSystemd APIs twice to check the cache effects Test virSystemd APIs twice to check the cache effects. --- 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)