From d8d12e27e98af9e0587f27e312d99b436eb800bc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 4 May 2011 17:24:30 +0200 Subject: [PATCH] usmarc test: run init first --- test/usmarc/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/usmarc/test.sh b/test/usmarc/test.sh index 48c8ee7..a9abe01 100755 --- a/test/usmarc/test.sh +++ b/test/usmarc/test.sh @@ -3,6 +3,7 @@ test -d tmp || mkdir tmp test -d lock || mkdir lock echo Loading Records if [ -x ../../index/zebraidx ]; then + ../../index/zebraidx init ../../index/zebraidx update records fi echo Starting Server -- 1.7.10.4