.
[SXSI/xpathcomp.git] / tests / testbu.sh
index 18e2713..752804d 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 -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