projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d0b36
)
Added echo statement, but commented out
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 11 Mar 2010 14:33:19 +0000
(15:33 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 11 Mar 2010 14:33:19 +0000
(15:33 +0100)
test/tstmarc.sh
patch
|
blob
|
history
diff --git
a/test/tstmarc.sh
b/test/tstmarc.sh
index
90adf1b
..
9e4d119
100755
(executable)
--- 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