mirror of https://gitee.com/openkylin/libvirt.git
Revert "tests: also skip qemuagenttest with old jansson"
This reverts commit c31146685f
.
Jansson cannot parse QEMU's quirky JSON.
Revert back to yajl.
https://bugzilla.redhat.com/show_bug.cgi?id=1614569
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
6c3d66ac74
commit
8e373e6d80
|
@ -907,8 +907,8 @@ mymain(void)
|
|||
{
|
||||
int ret = 0;
|
||||
|
||||
#if !WITH_STABLE_ORDERING_JANSSON
|
||||
fputs("libvirt not compiled with recent enough Jansson, skipping this test\n", stderr);
|
||||
#if !WITH_JANSSON
|
||||
fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
|
||||
return EXIT_AM_SKIP;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue