Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
[pazpar2-moved-to-github.git] / 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"