Remove bogus return statement in test code
This commit is contained in:
parent
0caf27a2b0
commit
d1b5773ec1
@ -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>
|
Mon Jul 7 11:02:56 BST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
* tests/testutils.c: Allow OOM testing to be parallelized by
|
* tests/testutils.c: Allow OOM testing to be parallelized by
|
||||||
|
@ -249,9 +249,6 @@ int virtTestDifference(FILE *stream,
|
|||||||
const char *actualStart = actual;
|
const char *actualStart = actual;
|
||||||
const char *actualEnd = actual + (strlen(actual)-1);
|
const char *actualEnd = actual + (strlen(actual)-1);
|
||||||
|
|
||||||
if (testOOM < 2)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
if (!testDebug)
|
if (!testDebug)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user