mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
fix 7 "make check" test failures in non-srcdir build
* tests/capabilityschematest: Define and use $srcdir. * tests/domainschematest: Likewise. * tests/interfaceschematest: Likewise. * tests/networkschematest: Likewise. * tests/nodedevschematest: Likewise. * tests/storagepoolschematest: Likewise. * tests/storagevolschematest: Likewise.
This commit is contained in:
parent
048781fe71
commit
e6abf3d8f2
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. ./schematestutils.sh
|
: ${srcdir=.}
|
||||||
|
. $srcdir/schematestutils.sh
|
||||||
|
|
||||||
DIRS="capabilityschemadata xencapsdata"
|
DIRS="capabilityschemadata xencapsdata"
|
||||||
SCHEMA="capability.rng"
|
SCHEMA="capability.rng"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. ./schematestutils.sh
|
: ${srcdir=.}
|
||||||
|
. $srcdir/schematestutils.sh
|
||||||
|
|
||||||
DIRS="domainschemadata qemuxml2argvdata sexpr2xmldata xmconfigdata xml2sexprdata"
|
DIRS="domainschemadata qemuxml2argvdata sexpr2xmldata xmconfigdata xml2sexprdata"
|
||||||
SCHEMA="domain.rng"
|
SCHEMA="domain.rng"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. ./schematestutils.sh
|
: ${srcdir=.}
|
||||||
|
. $srcdir/schematestutils.sh
|
||||||
|
|
||||||
DIRS="interfaceschemadata"
|
DIRS="interfaceschemadata"
|
||||||
SCHEMA="interface.rng"
|
SCHEMA="interface.rng"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. ./schematestutils.sh
|
: ${srcdir=.}
|
||||||
|
. $srcdir/schematestutils.sh
|
||||||
|
|
||||||
DIRS="../src/network networkxml2xmlin networkxml2xmlout"
|
DIRS="../src/network networkxml2xmlin networkxml2xmlout"
|
||||||
SCHEMA="network.rng"
|
SCHEMA="network.rng"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. ./schematestutils.sh
|
: ${srcdir=.}
|
||||||
|
. $srcdir/schematestutils.sh
|
||||||
|
|
||||||
DIRS="nodedevschemadata"
|
DIRS="nodedevschemadata"
|
||||||
SCHEMA="nodedev.rng"
|
SCHEMA="nodedev.rng"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. ./schematestutils.sh
|
: ${srcdir=.}
|
||||||
|
. $srcdir/schematestutils.sh
|
||||||
|
|
||||||
DIRS="storagepoolxml2xmlin storagepoolxml2xmlout"
|
DIRS="storagepoolxml2xmlin storagepoolxml2xmlout"
|
||||||
SCHEMA="storagepool.rng"
|
SCHEMA="storagepool.rng"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. ./schematestutils.sh
|
: ${srcdir=.}
|
||||||
|
. $srcdir/schematestutils.sh
|
||||||
|
|
||||||
DIRS="storagevolxml2xmlin storagevolxml2xmlout"
|
DIRS="storagevolxml2xmlin storagevolxml2xmlout"
|
||||||
SCHEMA="storagevol.rng"
|
SCHEMA="storagevol.rng"
|
||||||
|
Loading…
Reference in New Issue
Block a user