]> xenbits.xensource.com Git - libvirt.git/commitdiff
Revert "tests: also skip qemuagenttest with old jansson"
authorJán Tomko <jtomko@redhat.com>
Mon, 13 Aug 2018 11:39:25 +0000 (13:39 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 13 Aug 2018 13:50:00 +0000 (15:50 +0200)
This reverts commit c31146685f5c8558ff88d52d03a68533c9220feb.

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>
tests/qemuagenttest.c

index b3d737d8a81003aa3b3f169547c41a56ac997ba1..232b34f9cd7c5f45d93f9166a821ad329091998c 100644 (file)
@@ -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