]> granicus.if.org Git - docbook-dsssl/commitdiff
Tell the user that we're going to try the XInclude schema
authorNorman Walsh <ndw@nwalsh.com>
Fri, 2 Jun 2006 19:05:50 +0000 (19:05 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 2 Jun 2006 19:05:50 +0000 (19:05 +0000)
docbook/relaxng/tools/runtests

index fafba317007094fb17c8aa0110ce7d409711c851..7d0307c9ae415a51ccbdddfa505620fdb87a2967 100755 (executable)
@@ -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/