Do not build for Ubuntu raring, quantal (obsolete)
[idzebra-moved-to-github.git] / test / rusmarc / test.sh
1 #!/bin/sh
2
3 echo Loading Records
4 if [ -x ../../index/zebraidx ]; then
5         ../../index/zebraidx update records/simple-rusmarc
6 fi
7 echo Starting Server
8 if [ -x ../../index/zebrasrv ]; then
9         ../../index/zebrasrv
10 fi