From 383392ec609ef070bbfb35b4bf68c575912d86c2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 11 Dec 2012 12:53:19 +0100 Subject: [PATCH] Call bytarget in test script --- perf/bash/pp2client.sh | 1 + 1 file changed, 1 insertion(+) 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: -- 1.7.10.4