test_tmarc.sh less verbose
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Sep 2012 12:44:53 +0000 (14:44 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Sep 2012 12:44:53 +0000 (14:44 +0200)
test/test_tmarc.sh

index fb5e2a0..b73b597 100755 (executable)
@@ -8,7 +8,6 @@ for m in tmarc?.xml; do
        xsltproc ../etc/tmarc.xsl $m >$l
        if test -f $r; then
                if diff $l $r >$d; then
-                       echo "$b: OK"
                        rm $d
                else
                        echo "$b: FAIL; check $d"