Better stat
[idzebra-moved-to-github.git] / test / dmoz / update.sh
index e23de7d..0544ae2 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: update.sh,v 1.7 2002-06-19 13:40:03 adam Exp $
+# $Id: update.sh,v 1.8 2002-06-20 08:03:30 adam Exp $
 t=$1
 test -n "$t" || exit 1
 rm -f *.mf *.LCK *.tmp
@@ -10,7 +10,15 @@ while test -f dmoz.$i.xml; do
        echo -n "$i " >>times-$1.log
        rm -f zebraidx-$t.log
        ../../index/zebraidx -l zebraidx-$t.log -c zebra-$t.cfg -f 10 update dmoz.$i.xml 
+
        grep ' zebraidx times:' zebraidx-$t.log | sed 's/.*zebraidx times://g' >>times-$t.log
+
+       test -d rtmp || mkdir rtmp
+       cp *.mf rtmp
+       rm -f *.mf
+       mv rtmp/*.mf .
+
+       echo " ---------- $i ----- " >> stat-$t.log
        ../../index/zebraidx -l zebraidx-$t.log -c zebra-$t.cfg stat >>stat-$t.log 
        i=`expr $i + 1`
        if test $i = 30; then