X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftstmarc.sh;h=6713ca068f87b438ba30757053387a511525785b;hp=2529698b00e3ec24d665da90445a135c790442f3;hb=653561fa749dbd5c0a438f249f2927ea33d5843c;hpb=ec6494bdb7c628db3b19c523db32d11a44225f79 diff --git a/test/tstmarc.sh b/test/tstmarc.sh index 2529698..6713ca0 100755 --- a/test/tstmarc.sh +++ b/test/tstmarc.sh @@ -63,7 +63,7 @@ binmarc_convert() { echo "Failed decode of $f" ecode=1 elif test -f $OLD; then -# echo "diff $OLD $NEW " +# echo "diff $OLD $NEW " if diff $OLD $NEW >$DIFF; then rm $DIFF rm $NEW @@ -77,10 +77,10 @@ binmarc_convert() { fi # check with original REVERT=`basename ${f}`.marc.revert - ../util/yaz-marcdump -f utf-8 -t $CHR -i ${REVERT_FORMAT} -o marc $f > $REVERT - hexdump -cx $REVERT > $REVERT.hex - hexdump -cx $ORIGINAL > $ORIGINAL.hex - diff $REVERT.hex $ORIGINAL.hex > $REVERT.diff + #../util/yaz-marcdump -f utf-8 -t $CHR -i ${REVERT_FORMAT} -o marc $f > $REVERT + #hexdump -cx $REVERT > $REVERT.hex + #hexdump -cx $ORIGINAL > $ORIGINAL.hex + #diff $REVERT.hex $ORIGINAL.hex > $REVERT.diff fi done return $ecode