]> xenbits.xensource.com Git - libvirt.git/commitdiff
Remove bogus return statement in test code
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 7 Jul 2008 10:36:30 +0000 (10:36 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 7 Jul 2008 10:36:30 +0000 (10:36 +0000)
ChangeLog
tests/testutils.c

index c9af194c15fce01691d4f7fa873ca9bacc820bbd..a4f8ae39c799fbbc40c3c20943ae55982014967c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jul  7 11:34:56 BST 2008 Daniel P. Berrange <berrange@redhat.com>
+
+       * tests/testutils.c: Remove bogus return statement which
+       prevented viewing of differences
+
 Mon Jul  7 11:02:56 BST 2008 Daniel P. Berrange <berrange@redhat.com>
 
        * tests/testutils.c: Allow OOM testing to be parallelized by
index fc6348f51f7d45b3153a973bac5b3370ee266a93..0f4232ad70804b26f5e805bff04370ce4958216f 100644 (file)
@@ -249,9 +249,6 @@ int virtTestDifference(FILE *stream,
     const char *actualStart = actual;
     const char *actualEnd = actual + (strlen(actual)-1);
 
-    if (testOOM < 2)
-        return 0;
-
     if (!testDebug)
         return 0;