提交 58ea4959 编写于 作者: P Peter Krempa

tests: storagepoolxml2xml: Remove compile conditionals

The XML2XML test should work properly even if the storage backend is
disabled, since it does not use it.
上级 17c4b07a
......@@ -97,16 +97,10 @@ mymain(void)
DO_TEST("pool-gluster");
DO_TEST("pool-gluster-sub");
DO_TEST("pool-scsi-type-scsi-host-stable");
#ifdef WITH_STORAGE_ZFS
DO_TEST("pool-zfs");
DO_TEST("pool-zfs-sourcedev");
#endif
#ifdef WITH_STORAGE_RBD
DO_TEST("pool-rbd");
#endif
#ifdef WITH_STORAGE_VSTORAGE
DO_TEST("pool-vstorage");
#endif
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册