From: Dennis Schafroth Date: Thu, 11 Mar 2010 14:33:19 +0000 (+0100) Subject: Added echo statement, but commented out X-Git-Tag: v4.0.3~33^2~4 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=e92d8c8a0069412663e86b03ce1d87368118f532 Added echo statement, but commented out --- diff --git a/test/tstmarc.sh b/test/tstmarc.sh index 90adf1b..9e4d119 100755 --- a/test/tstmarc.sh +++ b/test/tstmarc.sh @@ -59,12 +59,12 @@ binmarc_convert() { OLD=${f}.marc NEW=`basename ${f}`.new.marc DIFF=`basename ${f}`.diff + #echo "../util/yaz-marcdump -f utf-8 -t utf-8 -i ${REVERT_FORMAT} -o marc $f > $NEW" ../util/yaz-marcdump -f utf-8 -t utf-8 -i ${REVERT_FORMAT} -o marc $f > $NEW if test $? != "0"; then echo "Failed decode of $f" ecode=1 elif test -f $OLD; then -# echo "diff $OLD $NEW " if diff $OLD $NEW >$DIFF; then rm $DIFF rm $NEW