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:
27b5100
)
Just delete diff file when created and empty
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 31 May 2012 13:57:53 +0000
(15:57 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 31 May 2012 13:57:53 +0000
(15:57 +0200)
test/run_pazpar2.sh
patch
|
blob
|
history
diff --git
a/test/run_pazpar2.sh
b/test/run_pazpar2.sh
index
ff03af6
..
fe58c6a
100755
(executable)
--- a/
test/run_pazpar2.sh
+++ b/
test/run_pazpar2.sh
@@
-104,7
+104,7
@@
for f in `cat ${srcdir}/${URLS}`; do
fi
if test -f $OUT1; then
if diff $OUT1 $OUT2 >$DIFF; then
- :
+ rm $DIFF
else
echo "Test $testno: Failed. See $OUT1, $OUT2 and $DIFF"
echo "URL: $f"
@@
-152,9
+152,6
@@
if [ -z "$SKIP_PAZPAR2" ] ; then
sleep 2
fi
-# clean out empty diff files
-find . -name "$TEST*.dif" -size 0c -print|xargs rm
-
exit $code
# Local Variables: