Ignore *.o, *~ files.
[idzebra-moved-to-github.git] / test / rusmarc / test.sh
index 48c8ee7..183eb7d 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
-test -d tmp || mkdir tmp
-test -d lock || mkdir lock
+# $Id: test.sh,v 1.5 2004-12-04 00:51:39 adam Exp $
+
 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