X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=tests%2Ftestbu.sh;fp=tests%2Ftestbu.sh;h=752804d74b13d4f0a8e6e44aa82daed9a4fc7de7;hb=34c353ceb1b989394b9f8c09cfc4c1c51ab42bc4;hp=18e27138bd90f17a539ff1de11add7895012fecb;hpb=fefcacc2e1bef9eea080a37e10c236aaa58c6669;p=SXSI%2Fxpathcomp.git diff --git a/tests/testbu.sh b/tests/testbu.sh index 18e2713..752804d 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 -b medline.srx "${QUERY[$i]}" > q_"$i".time & + ../main -b medline.srx "${QUERY[$i]}" > q_"$i".time 2>&1 & while pidof main >/dev/null 2>&1 do