mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-16 02:13:40 -06:00
* tests/capabilityschematest: Define and use $srcdir. * tests/domainschematest: Likewise. * tests/interfaceschematest: Likewise. * tests/networkschematest: Likewise. * tests/nodedevschematest: Likewise. * tests/storagepoolschematest: Likewise. * tests/storagevolschematest: Likewise.
10 lines
165 B
Bash
Executable File
10 lines
165 B
Bash
Executable File
#!/bin/sh
|
|
|
|
: ${srcdir=.}
|
|
. $srcdir/schematestutils.sh
|
|
|
|
DIRS="../src/network networkxml2xmlin networkxml2xmlout"
|
|
SCHEMA="network.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|