projects
/
pazpar2-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:
5b59142
)
test_tmarc.sh less verbose
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 17 Sep 2012 12:44:53 +0000
(14:44 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 17 Sep 2012 12:44:53 +0000
(14:44 +0200)
test/test_tmarc.sh
patch
|
blob
|
history
diff --git
a/test/test_tmarc.sh
b/test/test_tmarc.sh
index
fb5e2a0
..
b73b597
100755
(executable)
--- 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"