mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
Remove legacy debug output
This commit is contained in:
parent
0fac29a8c6
commit
08397146eb
@ -1,3 +1,7 @@
|
||||
Wed Jul 9 11:16:44 BST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* tests/virshtest.c: Remove legacy debugging output
|
||||
|
||||
Wed Jul 9 09:19:44 BST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* tests/qemuxml2argvdata/qemuxml2argv-input-xen.args: Fix to
|
||||
|
@ -48,10 +48,6 @@ static int testCompareOutput(const char *expect_rel, const char *filter,
|
||||
if (testFilterLine(actualData, filter) < 0)
|
||||
return -1;
|
||||
|
||||
if (getenv("DEBUG_TESTS")) {
|
||||
printf("Expect %d '%s'\n", (int)strlen(expectData), expectData);
|
||||
printf("Actual %d '%s'\n", (int)strlen(actualData), actualData);
|
||||
}
|
||||
if (STRNEQ(expectData, actualData)) {
|
||||
virtTestDifference(stderr, expectData, actualData);
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user