X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_tmarc.sh;h=b73b59771c093531ef96939014d569cf9cfa99d5;hb=4aa368ef32545c581183ea8de5ef92980351b850;hp=fb5e2a08239bd93d6aab8765e43210e08584dfc0;hpb=69c80006f7a7f72feef99a1c027f7d2fbecc5d24;p=pazpar2-moved-to-github.git diff --git a/test/test_tmarc.sh b/test/test_tmarc.sh index fb5e2a0..b73b597 100755 --- a/test/test_tmarc.sh +++ b/test/test_tmarc.sh @@ -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"