From: Norman Walsh Date: Fri, 2 Jun 2006 19:05:50 +0000 (+0000) Subject: Tell the user that we're going to try the XInclude schema X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cb2546ac5025f17c8970e3faf2a1875b9dfb3a6;p=docbook-dsssl Tell the user that we're going to try the XInclude schema --- diff --git a/docbook/relaxng/tools/runtests b/docbook/relaxng/tools/runtests index fafba3170..7d0307c9a 100755 --- a/docbook/relaxng/tools/runtests +++ b/docbook/relaxng/tools/runtests @@ -49,6 +49,7 @@ for f in $XMLFILES; do echo "passed" mv $f passed/ else + echo -n "Try DocBook+XInclude validate $f..." if jing ../docbookxi.rng $f; then echo "passed" mv $f passed/