提交 cdd11151 编写于 作者: P Peter Krempa

test: Disable storage test when FS backend isn't compiled in

'virstoragetest' accesses backing chains of files on local storage with
the help of the storage driver. Disable the test on builds without the
storage driver as the test is crashing otherwise.

Reported by: Roman Bogorodskiy
上级 3fe9d75a
......@@ -285,10 +285,13 @@ test_programs += nwfilterxml2firewalltest
endif WITH_NWFILTER
if WITH_STORAGE
test_programs += storagevolxml2argvtest \
virstoragetest
test_programs += storagevolxml2argvtest
endif WITH_STORAGE
if WITH_STORAGE_FS
test_programs += virstoragetest
endif
if WITH_LINUX
test_programs += virscsitest
endif WITH_LINUX
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册