From fefcacc2e1bef9eea080a37e10c236aaa58c6669 Mon Sep 17 00:00:00 2001 From: kim Date: Mon, 11 May 2009 06:55:26 +0000 Subject: [PATCH 1/1] . git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/xpathcomp@385 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- tests/testbu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testbu.sh b/tests/testbu.sh index d4d13ca..18e2713 100755 --- a/tests/testbu.sh +++ b/tests/testbu.sh @@ -11,7 +11,7 @@ QUERY[5]="/descendant::MedlineCitation/descendant::*/contains('?')" for ((i=0;i<=5;i++)) do echo Running query "$i" : "${QUERY[$i]}" - ../main -c medline.srx "${QUERY[$i]}" > q_"$i".time & + ../main -b medline.srx "${QUERY[$i]}" > q_"$i".time & while pidof main >/dev/null 2>&1 do -- 2.17.1