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:
0ad42bc
)
Clean out empty dif files
author
Dennis Schafroth
<dennis@indexdata.com>
Fri, 20 Apr 2012 09:20:26 +0000
(11:20 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Fri, 20 Apr 2012 09:20:26 +0000
(11:20 +0200)
test/run_pazpar2.sh
patch
|
blob
|
history
diff --git
a/test/run_pazpar2.sh
b/test/run_pazpar2.sh
index
ac1521b
..
9919019
100755
(executable)
--- a/
test/run_pazpar2.sh
+++ b/
test/run_pazpar2.sh
@@
-151,6
+151,9
@@
if [ -z "$SKIP_PAZPAR2" ] ; then
sleep 2
fi
+# clean out empty diff files
+find . -name "$TEST*.dif" -empty -delete
+
exit $code
# Local Variables: