From 8cb2546ac5025f17c8970e3faf2a1875b9dfb3a6 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Fri, 2 Jun 2006 19:05:50 +0000 Subject: [PATCH] Tell the user that we're going to try the XInclude schema --- docbook/relaxng/tools/runtests | 1 + 1 file changed, 1 insertion(+) 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/ -- 2.40.0