On 09/25/2013 08:51 AM, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange(a)redhat.com>
The vmx2xmltest test would print all errors to stderr, which
is not helpful when running OOM tests, and differs from the
behaviour of other tests.
Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com>
---
tests/vmx2xmltest.c | 51 +++++++++++++++++++--------------------------------
1 file changed, 19 insertions(+), 32 deletions(-)
@@ -203,7 +190,7 @@ mymain(void)
virResetLastError(); \
if (virtTestRun("VMware VMX-2-XML "_in" -> "_out, 1,
\
testCompareHelper, &info) < 0) { \
- result = -1; \
+ ret = -1; \
} \
Indentation of \ is now off.
ACK to 6-10
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library
http://libvirt.org