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:
5a68160
)
Call bytarget in test script
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 11 Dec 2012 11:53:19 +0000
(12:53 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 11 Dec 2012 11:53:19 +0000
(12:53 +0100)
perf/bash/pp2client.sh
patch
|
blob
|
history
diff --git
a/perf/bash/pp2client.sh
b/perf/bash/pp2client.sh
index
0a9f2f8
..
55f1b4e
100755
(executable)
--- a/
perf/bash/pp2client.sh
+++ b/
perf/bash/pp2client.sh
@@
-93,6
+93,7
@@
if [ "$TIME" != "" ] ; then
else
wget -q -O ${TMP_DIR}$OF.show.xml "$H?command=show&session=$S&sort=relevance&start=0&num=100&block=1"
fi
+wget -q -O ${TMP_DIR}$OF.bytarget.xml "$H?command=bytarget&session=$S"
exit 0
# Local Variables: