Slim down schema test result output

This commit is contained in:
Cole Robinson 2008-10-06 19:25:29 +00:00
parent 72c40b0622
commit a588bf5514
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Oct 6 15:23:00 EST 2008 Cole Robinson <crobinso@redhat.com>
* tests/domainschematest: Slim down schema test result output
Mon Oct 6 17:39:12 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/lxc_driver.c src/qemu_driver.c src/remote_internal.c

View File

@ -13,7 +13,7 @@ do
for xml in $XML
do
n=`expr $n + 1`
printf "%4d) %-60s " $n $xml
printf "%4d) %.60s " $n $(basename $(dirname $xml))"/"$(basename $xml)
result=`xmllint --relaxng $srcdir/../docs/libvirt.rng --noout $xml 2>&1`
ret=$?
if test $ret = 0; then