Clean out empty dif files
authorDennis Schafroth <dennis@indexdata.com>
Fri, 20 Apr 2012 09:20:26 +0000 (11:20 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Fri, 20 Apr 2012 09:20:26 +0000 (11:20 +0200)
test/run_pazpar2.sh

index ac1521b..9919019 100755 (executable)
@@ -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: