From 8f8357dcdb83ee79a40da189387140ea90d2869c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 22 Mar 2010 13:52:35 +0100 Subject: [PATCH 1/1] client.sh: using service perf; not perf_t. --- perf/bash/client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf/bash/client.sh b/perf/bash/client.sh index aced882..c48e89e 100755 --- a/perf/bash/client.sh +++ b/perf/bash/client.sh @@ -11,7 +11,7 @@ fi H="http://localhost:${PORT}/search.pz2" -wget -q -O $OF.init.xml "$H/?command=init&service=perf_t&extra=$OF" +wget -q -O $OF.init.xml "$H/?command=init&service=perf&extra=$OF" S=`xsltproc get_session.xsl $OF.init.xml` wget -q -O $OF.search.xml "$H?command=search&query=100&session=$S" sleep 1 -- 1.7.10.4