Implemented loadable filters.
[idzebra-moved-to-github.git] / test / config / test2.sh
index 4192337..23d8828 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/sh
-# $Id: test2.sh,v 1.3 2004-06-15 08:06:34 adam Exp $
+# $Id: test2.sh,v 1.5 2004-09-27 10:44:50 adam Exp $
 
 pp=${srcdir:-"."}
 
 LOG=test2.log
 
-if ../../index/zebraidx -c $pp/zebra.cfg -l $LOG -V|grep Tcl >/dev/null; then
+if ../../index/zebraidx -c $pp/zebra.cfg -l $LOG filters|grep grs.tcl >/dev/null; then
        ../../index/zebraidx -c $pp/zebra.cfg -l $LOG init
-       ../../index/zebraidx -c $pp/zebra.cfg -l $LOG -s -t grs.tcl.m update m.rec | grep tag:dc:subject >/dev/null
+       ../../index/zebraidx -c $pp/zebra.cfg -l $LOG -s -t grs.tcl.m update $pp/m.rec | grep tag:dc:subject >/dev/null
 else
        exit 0
 fi