Fix test scripts.
[SXSI/xpathcomp.git] / tests / non_regression_tests / test.sh
index f4a9106..dc75a4e 100755 (executable)
@@ -38,7 +38,7 @@ else
 fi
 
 
-for TESTDOC in "medline.xml" #"xmark_01.04.xml" "xmark_10.xml" 
+for TESTDOC in "xmark_10.xml"  #"medline.xml" "xmark_01.04.xml"
 do
 echo
 echo "$TESTDOC"
@@ -64,7 +64,7 @@ do
 
     echo " ok"
     echo -n Running MonetBD/XQuery
-    
+
     if [ "$query" = '/descendant::people[ descendant::person[not(child::address)] and descendant::person[not(child::watches)]]/child::person[child::watches]' ]
     then
        #Quick work around since MonetBD fails on q11
@@ -83,15 +83,15 @@ do
     fi
     echo " ok"
 
-    echo -n Running Qizx/XQuery
-    {
-       read qizx_count_time
-       read qizx_mat_time
-       read qizx_print_time
-       read qizx_count
-    } < <(`pwd`/qizx.sh "$query_qizx" "$TESTDOC")
-
-    echo " ok"
+# echo -n Running Qizx/XQuery
+# {
+#      read qizx_count_time
+#      read qizx_mat_time
+#      read qizx_print_time
+#      read qizx_count
+#   } < <(`pwd`/qizx.sh "$query_qizx" "$TESTDOC")
+#
+#   echo " ok"
 
     if [ "$monet_count" = "" ]
     then
@@ -110,7 +110,7 @@ do
            { read "$v"; } < <( echo 7200000 )
        fi
     done
-       
+
 
 
     echo "$I,$sxsi_count,$sxsi_count_time,$sxsi_mat_time,$sxsi_print_time" >> "$SLOG"