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
|
||||
|
||||
. ./schematestutils.sh
|
||||
: ${srcdir=.}
|
||||
. $srcdir/schematestutils.sh
|
||||
|
||||
DIRS="capabilityschemadata xencapsdata"
|
||||
SCHEMA="capability.rng"
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ./schematestutils.sh
|
||||
: ${srcdir=.}
|
||||
. $srcdir/schematestutils.sh
|
||||
|
||||
DIRS="domainschemadata qemuxml2argvdata sexpr2xmldata xmconfigdata xml2sexprdata"
|
||||
SCHEMA="domain.rng"
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ./schematestutils.sh
|
||||
: ${srcdir=.}
|
||||
. $srcdir/schematestutils.sh
|
||||
|
||||
DIRS="interfaceschemadata"
|
||||
SCHEMA="interface.rng"
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ./schematestutils.sh
|
||||
: ${srcdir=.}
|
||||
. $srcdir/schematestutils.sh
|
||||
|
||||
DIRS="../src/network networkxml2xmlin networkxml2xmlout"
|
||||
SCHEMA="network.rng"
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ./schematestutils.sh
|
||||
: ${srcdir=.}
|
||||
. $srcdir/schematestutils.sh
|
||||
|
||||
DIRS="nodedevschemadata"
|
||||
SCHEMA="nodedev.rng"
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ./schematestutils.sh
|
||||
: ${srcdir=.}
|
||||
. $srcdir/schematestutils.sh
|
||||
|
||||
DIRS="storagepoolxml2xmlin storagepoolxml2xmlout"
|
||||
SCHEMA="storagepool.rng"
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ./schematestutils.sh
|
||||
: ${srcdir=.}
|
||||
. $srcdir/schematestutils.sh
|
||||
|
||||
DIRS="storagevolxml2xmlin storagevolxml2xmlout"
|
||||
SCHEMA="storagevol.rng"
|
||||
|
Loading…
Reference in New Issue
Block a user