Report 'too many characters in search..'
[idzebra-moved-to-github.git] / test / config / test2.sh
1 #!/bin/sh
2
3 pp=${srcdir:-"."}
4
5 LOG=test2.log
6
7 if ../../index/zebraidx -c $pp/zebra.cfg -l $LOG filters|grep grs.tcl >/dev/null; then
8         ../../index/zebraidx -c $pp/zebra.cfg -l $LOG init
9         ../../index/zebraidx -c $pp/zebra.cfg -l $LOG -s -t grs.tcl.m update $pp/m.rec | grep tag:dc:subject >/dev/null
10 else
11         exit 0
12 fi