]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Slim down schema test result output
authorCole Robinson <crobinso@redhat.com>
Mon, 6 Oct 2008 19:25:29 +0000 (19:25 +0000)
committerCole Robinson <crobinso@redhat.com>
Mon, 6 Oct 2008 19:25:29 +0000 (19:25 +0000)
ChangeLog
tests/domainschematest

index bc654cc3e414650bd13a730ba9a53a952f6ca9d7..79e1dbe3f77846943e0fa883014dc542a1440298 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 7ebcefc239a51c80d724189fff6e405aad2939ed..c841c869ec91afc97c9dfce9ecb88a494021b830 100755 (executable)
@@ -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