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:
142a4cf
)
Test script for jinx. Should be moved.
author
Dennis Schafroth
<dennis@indexdata.com>
Mon, 7 Feb 2011 14:41:42 +0000
(15:41 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Mon, 7 Feb 2011 14:41:42 +0000
(15:41 +0100)
jinx-it.sh
[new file with mode: 0644]
patch
|
blob
diff --git a/jinx-it.sh
b/jinx-it.sh
new file mode 100644
(file)
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