X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fconfig%2Ftest2.sh;fp=test%2Fconfig%2Ftest2.sh;h=0557c8e27707311968f84742f52a2dcc95195c34;hb=d9707b0f30d49fc9bb98d5ce10da8842dcd6d275;hp=33572512eb04fa587086f54e76dba1545a90f466;hpb=a7597451093ff97eb3e9821488261f8df9369060;p=idzebra-moved-to-github.git diff --git a/test/config/test2.sh b/test/config/test2.sh index 3357251..0557c8e 100755 --- a/test/config/test2.sh +++ b/test/config/test2.sh @@ -1,7 +1,8 @@ #!/bin/sh -if ../../index/zebraidx -V|grep Tcl >/dev/null; then - ../../index/zebraidx init - ../../index/zebraidx -s -t grs.tcl.m update m.rec | grep tag:dc:subject >/dev/null +LOG=test2.log +if ../../index/zebraidx -l $LOG -V|grep Tcl >/dev/null; then + ../../index/zebraidx -l $LOG init + ../../index/zebraidx -l $LOG -s -t grs.tcl.m update m.rec | grep tag:dc:subject >/dev/null else exit 0 fi