mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: build viridentitytest only WITH_ATTR.
Commit d7c4e0036
assumed all SELinux tests depended upon
securityselinuxhelper need xattr support, but forgot to
move viridentitytest under WITH_ATTR.
Reported-by: Nehal J Wani <nehaljw.kkd1@gmail.com>
Signed-off-by: Jincheng Miao <jmiao@redhat.com>
This commit is contained in:
parent
56746d8ad6
commit
cdc5f3f1a3
@ -146,7 +146,6 @@ test_programs = virshtest sockettest \
|
|||||||
virpcitest \
|
virpcitest \
|
||||||
virendiantest \
|
virendiantest \
|
||||||
virfiletest \
|
virfiletest \
|
||||||
viridentitytest \
|
|
||||||
viriscsitest \
|
viriscsitest \
|
||||||
virkeycodetest \
|
virkeycodetest \
|
||||||
virlockspacetest \
|
virlockspacetest \
|
||||||
@ -188,7 +187,8 @@ endif WITH_DBUS
|
|||||||
|
|
||||||
if WITH_SECDRIVER_SELINUX
|
if WITH_SECDRIVER_SELINUX
|
||||||
if WITH_ATTR
|
if WITH_ATTR
|
||||||
test_programs += securityselinuxtest
|
test_programs += securityselinuxtest \
|
||||||
|
viridentitytest
|
||||||
if WITH_QEMU
|
if WITH_QEMU
|
||||||
test_programs += securityselinuxlabeltest
|
test_programs += securityselinuxlabeltest
|
||||||
endif WITH_QEMU
|
endif WITH_QEMU
|
||||||
|
Loading…
Reference in New Issue
Block a user