diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2012-12-12 15:54:29 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2012-12-13 17:18:47 +0100 |
commit | 9d60e5025b11b4dd5ae732c6f3ebec91b19490f3 (patch) | |
tree | be01a0116f39718ad06de45e0e8e92491d5bab67 /test | |
parent | c983335d82cb3b9915be7bc28c784d9526679b77 (diff) |
Add datamaps to rng for validation
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-xml-validate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-xml-validate b/test/test-xml-validate index 8f16f1c..a2d20b4 100755 --- a/test/test-xml-validate +++ b/test/test-xml-validate @@ -42,7 +42,7 @@ exit $ret : ${srcdir=.} . $srcdir/test-lib.sh -DIRS="oses hypervisors devices install-scripts" +DIRS="datamaps oses hypervisors devices install-scripts" SCHEMA="libosinfo.rng" check_schema "$DIRS" "$SCHEMA" |