Remove bogus return statement in test code

This commit is contained in:
Daniel P. Berrange 2008-07-07 10:36:30 +00:00
parent 0caf27a2b0
commit d1b5773ec1
2 changed files with 5 additions and 3 deletions

View File

@ -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

View 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;