X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2Ftest.sh;h=bba92f497095b4ee1e5cfd204aa00a725acd1030;hb=c00bfddbf0f3608340d61298acc61dafb167f9b2;hp=7abd7cb42858a16bd5186a1dfc4f6e9f7e7c94b1;hpb=bceca936710690858ea162e7bc22de819f0e280f;p=idzebra-moved-to-github.git diff --git a/test/gils/test.sh b/test/gils/test.sh index 7abd7cb..bba92f4 100755 --- a/test/gils/test.sh +++ b/test/gils/test.sh @@ -1,5 +1,12 @@ -: +#!/bin/sh +if [ -x ../../index/zebraidx ]; then + IDX=../../index/zebraidx + SRV=../../index/zebrasrv +else + echo "No indexer found" + exit 1 +fi echo Loading Records -../../index/zebraidx -t grs.sgml update records +$IDX -t grs.sgml update records echo Starting Server -../../index/zebrasrv +$SRV