From: Daniel P. Berrange Date: Mon, 7 Jul 2008 10:36:30 +0000 (+0000) Subject: Remove bogus return statement in test code X-Git-Tag: LIBVIRT_0_4_6~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1b5773ec140ad489aefd1fc99a431020d39f2dd;p=thirdparty%2Flibvirt.git Remove bogus return statement in test code --- diff --git a/ChangeLog b/ChangeLog index c9af194c15..a4f8ae39c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 7 11:34:56 BST 2008 Daniel P. Berrange + + * tests/testutils.c: Remove bogus return statement which + prevented viewing of differences + Mon Jul 7 11:02:56 BST 2008 Daniel P. Berrange * tests/testutils.c: Allow OOM testing to be parallelized by diff --git a/tests/testutils.c b/tests/testutils.c index fc6348f51f..0f4232ad70 100644 --- a/tests/testutils.c +++ b/tests/testutils.c @@ -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;