mirror of https://gitee.com/openkylin/libvirt.git
tests: replace references to yajl
Use "libvirt not compiled with JSON support" instead of mentioning yajl specifically. Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
50b4e9afe2
commit
b3f75d9980
|
@ -908,7 +908,7 @@ mymain(void)
|
|||
int ret = 0;
|
||||
|
||||
#if !WITH_YAJL
|
||||
fputs("libvirt not compiled with yajl, skipping this test\n", stderr);
|
||||
fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
|
||||
return EXIT_AM_SKIP;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -140,7 +140,7 @@ mymain(void)
|
|||
testQemuData data;
|
||||
|
||||
#if !WITH_YAJL
|
||||
fputs("libvirt not compiled with yajl, skipping this test\n", stderr);
|
||||
fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
|
||||
return EXIT_AM_SKIP;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -166,7 +166,7 @@ mymain(void)
|
|||
testQemuData data;
|
||||
|
||||
#if !WITH_YAJL
|
||||
fputs("libvirt not compiled with yajl, skipping this test\n", stderr);
|
||||
fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
|
||||
return EXIT_AM_SKIP;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ mymain(void)
|
|||
testQemuCommandBuildObjectFromJSONData data1;
|
||||
|
||||
#if !WITH_YAJL
|
||||
fputs("libvirt not compiled with yajl, skipping this test\n", stderr);
|
||||
fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
|
||||
return EXIT_AM_SKIP;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -589,7 +589,7 @@ mymain(void)
|
|||
struct testQemuHotplugCpuParams cpudata;
|
||||
|
||||
#if !WITH_YAJL
|
||||
fputs("libvirt not compiled with yajl, skipping this test\n", stderr);
|
||||
fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
|
||||
return EXIT_AM_SKIP;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -204,7 +204,7 @@ mymain(void)
|
|||
int ret = 0;
|
||||
|
||||
#if !WITH_YAJL
|
||||
fputs("libvirt not compiled with yajl, skipping this test\n", stderr);
|
||||
fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
|
||||
return EXIT_AM_SKIP;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -2865,7 +2865,7 @@ mymain(void)
|
|||
char *metaschema = NULL;
|
||||
|
||||
#if !WITH_YAJL
|
||||
fputs("libvirt not compiled with yajl, skipping this test\n", stderr);
|
||||
fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
|
||||
return EXIT_AM_SKIP;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue