mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 15:45:28 +00:00
e1ea1b2af7
Move existing schema data to an input directory. Add extra files for more thorough XML testing.
9 lines
147 B
Bash
Executable File
9 lines
147 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source ./schematestutils.sh
|
|
|
|
DIRS="storagepoolxml2xmlin storagepoolxml2xmlout"
|
|
SCHEMA="storagepool.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|