X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftstmarcxml.sh;h=0f5cd0b552d58c5e15a1746404b149cdc4547b30;hb=d58b3c28b5efc7106f6ed65cd52c8ad56de7b6b9;hp=7a970fb9e4b5b35ab1e1a55c9a140c4f49206f20;hpb=626ee9b09c95c3585c432623c042872b0d1fea92;p=yaz-moved-to-github.git diff --git a/test/tstmarcxml.sh b/test/tstmarcxml.sh index 7a970fb..0f5cd0b 100755 --- a/test/tstmarcxml.sh +++ b/test/tstmarcxml.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: tstmarcxml.sh,v 1.1 2006-04-19 10:05:04 adam Exp $ +# $Id: tstmarcxml.sh,v 1.2 2006-04-20 19:47:02 adam Exp $ # Tests reading of MARCXML and checks that we get identical ISO2709 output. srcdir=${srcdir:-.} ecode=0 @@ -21,11 +21,11 @@ for f in ${srcdir}/marc?.xml; do rm $DIFF rm $NEW else - echo "Differ in $f" + echo "$f: $NEW and $OLD Differ" ecode=1 fi else - echo "Making test $f for the first time" + echo "$f: Making test result $OLD for the first time" mv $NEW $OLD fi done