Reduce output for tests
[idzebra-moved-to-github.git] / test / config / test2.sh
1 #!/bin/sh
2 LOG=test2.log
3 if ../../index/zebraidx -l $LOG -V|grep Tcl >/dev/null; then
4         ../../index/zebraidx -l $LOG init
5         ../../index/zebraidx -l $LOG -s -t grs.tcl.m update m.rec | grep tag:dc:subject >/dev/null
6 else
7         exit 0
8 fi