提交 d1b5773e 编写于 作者: D Daniel P. Berrange

Remove bogus return statement in test code

上级 0caf27a2
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
......
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册