Add test case for test/rusmarc
[idzebra-moved-to-github.git] / test / rusmarc / test.sh
index 48c8ee7..6003151 100755 (executable)
@@ -1,9 +1,12 @@
 #!/bin/sh
+# $Id: test.sh,v 1.4 2004-03-09 18:45:17 adam Exp $
 test -d tmp || mkdir tmp
 test -d lock || mkdir lock
+test -d register || mkdir register
+
 echo Loading Records
 if [ -x ../../index/zebraidx ]; then
-       ../../index/zebraidx update records
+       ../../index/zebraidx update records/simple-rusmarc
 fi
 echo Starting Server
 if [ -x ../../index/zebrasrv ]; then