mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-01 20:05:19 +00:00
tests: virsh-all and virsh-synopsis were not being run
* tests/Makefile.am (test_scripts): Add two missing backslashes.
This commit is contained in:
parent
735329b824
commit
1fe181e36f
@ -1,4 +1,7 @@
|
||||
Fri Jan 16 18:41:40 +0100 2009 Jim Meyering <meyering@redhat.com>
|
||||
Fri Jan 16 18:44:08 +0100 2009 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
tests: virsh-all and virsh-synopsis were not being run
|
||||
* tests/Makefile.am (test_scripts): Add two missing backslashes.
|
||||
|
||||
tests: exercise a bug that could make virsh and libvirtd segfault
|
||||
* tests/define-dev-segfault: New file.
|
||||
|
@ -57,18 +57,18 @@ endif
|
||||
|
||||
test_scripts = domainschematest
|
||||
if WITH_LIBVIRTD
|
||||
test_scripts += \
|
||||
test_conf.sh \
|
||||
cpuset \
|
||||
daemon-conf \
|
||||
define-dev-segfault \
|
||||
int-overflow \
|
||||
read-bufsiz \
|
||||
read-non-seekable \
|
||||
start \
|
||||
undefine \
|
||||
vcpupin
|
||||
virsh-all
|
||||
test_scripts += \
|
||||
test_conf.sh \
|
||||
cpuset \
|
||||
daemon-conf \
|
||||
define-dev-segfault \
|
||||
int-overflow \
|
||||
read-bufsiz \
|
||||
read-non-seekable \
|
||||
start \
|
||||
undefine \
|
||||
vcpupin \
|
||||
virsh-all \
|
||||
virsh-synopsis
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user