.
[SXSI/xpathcomp.git] / tests / testbu.sh
index d4d13ca..18e2713 100755 (executable)
@@ -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