mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
Slim down schema test result output
This commit is contained in:
parent
72c40b0622
commit
a588bf5514
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user