Test uses api rather than server&client.
[idzebra-moved-to-github.git] / test / rusmarc / test.sh
1 #!/bin/sh
2 # $Id: test.sh,v 1.5 2004-12-04 00:51:39 adam Exp $
3
4 echo Loading Records
5 if [ -x ../../index/zebraidx ]; then
6         ../../index/zebraidx update records/simple-rusmarc
7 fi
8 echo Starting Server
9 if [ -x ../../index/zebrasrv ]; then
10         ../../index/zebrasrv
11 fi