提交 a588bf55 编写于 作者: C Cole Robinson

Slim down schema test result output

上级 72c40b06
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册