[PATCH 4/5] tests: don't test json when not compiled in

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Now that the segfault is solved, we can skip instead of fail
the test when yajl is not present.

* tests/qemumonitorjsontest.c (mymain): Skip if no yajl.
---
 tests/qemumonitorjsontest.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/tests/qemumonitorjsontest.c b/tests/qemumonitorjsontest.c
index 55032d6..e2f8cb1 100644
--- a/tests/qemumonitorjsontest.c
+++ b/tests/qemumonitorjsontest.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2012 Red Hat, Inc.
+ * Copyright (C) 2011-2013 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -444,2 +443,2 @@ mymain(void)
     int ret = 0;
     virCapsPtr caps;

+#if !WITH_YAJL
+    fprintf(stderr, "libvirt not compiled with yajl, skipping");
+    return EXIT_AM_SKIP;
+#endif
+
     if (virThreadInitialize() < 0)
         exit(EXIT_FAILURE);

-- 
1.8.1.2

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]