From: Dennis Schafroth Date: Mon, 7 Feb 2011 14:41:42 +0000 (+0100) Subject: Test script for jinx. Should be moved. X-Git-Tag: v1.5.5~58 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=8a659d234585883a266aa1c086254098122b2b92;p=pazpar2-moved-to-github.git Test script for jinx. Should be moved. --- diff --git a/jinx-it.sh b/jinx-it.sh new file mode 100644 index 0000000..a3f2e7d --- /dev/null +++ b/jinx-it.sh @@ -0,0 +1,8 @@ +if [ "$1" == "" ] ; then + COUNT=10 +else + COUNT=$1 +fi +for d in `seq $COUNT` ; do + jinx run src/pazpar2 -X -f ~/etc/pazpar2/server-threaded.xml -l pazpar2.log -v all +done \ No newline at end of file