From: Adam Dickmeiss Date: Tue, 11 Dec 2012 11:53:19 +0000 (+0100) Subject: Call bytarget in test script X-Git-Tag: v1.6.24~14 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=383392ec609ef070bbfb35b4bf68c575912d86c2;p=pazpar2-moved-to-github.git Call bytarget in test script --- diff --git a/perf/bash/pp2client.sh b/perf/bash/pp2client.sh index 0a9f2f8..55f1b4e 100755 --- 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: