mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-03 15:43:51 +00:00
don't silently skip a test
* tests/Makefile.am (EXTRA_DIST): Distribute domainschemadata/. * tests/domainschematest: Fail the test if find invocation fails.
This commit is contained in:
parent
567989d0de
commit
d5ae2c8882
@ -1,3 +1,9 @@
|
|||||||
|
Tue Nov 25 16:34:09 +0100 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
|
don't silently skip a test
|
||||||
|
* tests/Makefile.am (EXTRA_DIST): Distribute domainschemadata/.
|
||||||
|
* tests/domainschematest: Fail the test if find invocation fails.
|
||||||
|
|
||||||
Tue Nov 25 11:27:40 GMT 2008 Daniel P. Berrange <berrange@redhat.com>
|
Tue Nov 25 11:27:40 GMT 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
* mingw32-libvirt.spec.in: Disable UML driver for mingw build
|
* mingw32-libvirt.spec.in: Disable UML driver for mingw build
|
||||||
|
@ -41,7 +41,8 @@ EXTRA_DIST = \
|
|||||||
xmlrpcserver.py \
|
xmlrpcserver.py \
|
||||||
qemuxml2argvdata \
|
qemuxml2argvdata \
|
||||||
nodeinfodata \
|
nodeinfodata \
|
||||||
domainschematest
|
domainschematest \
|
||||||
|
domainschemadata
|
||||||
|
|
||||||
noinst_PROGRAMS = xmlrpctest virshtest conftest \
|
noinst_PROGRAMS = xmlrpctest virshtest conftest \
|
||||||
nodeinfotest statstest qparamtest
|
nodeinfotest statstest qparamtest
|
||||||
|
@ -8,7 +8,7 @@ n=0
|
|||||||
f=0
|
f=0
|
||||||
for dir in $DOMAINDIRS
|
for dir in $DOMAINDIRS
|
||||||
do
|
do
|
||||||
XML=`find $abs_srcdir/$dir -name '*.xml'`
|
XML=`find $abs_srcdir/$dir -name '*.xml'` || exit 1
|
||||||
|
|
||||||
for xml in $XML
|
for xml in $XML
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user