Test script for jinx. Should be moved.
authorDennis Schafroth <dennis@indexdata.com>
Mon, 7 Feb 2011 14:41:42 +0000 (15:41 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Mon, 7 Feb 2011 14:41:42 +0000 (15:41 +0100)
jinx-it.sh [new file with mode: 0644]

diff --git a/jinx-it.sh b/jinx-it.sh
new file mode 100644 (file)
index 0000000..a3f2e7d
--- /dev/null
@@ -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