projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5ac901
)
Minor changes.
ZEBRA.1.0
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 15 Dec 1999 09:54:21 +0000
(09:54 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 15 Dec 1999 09:54:21 +0000
(09:54 +0000)
test/usmarc/test.sh
patch
|
blob
|
history
diff --git
a/test/usmarc/test.sh
b/test/usmarc/test.sh
index
4795a88
..
f2a0afe
100755
(executable)
--- a/
test/usmarc/test.sh
+++ b/
test/usmarc/test.sh
@@
-1,3
+1,15
@@
:
-../../index/zebraidx update records
-../../index/zebrasrv
+echo Loading Records
+if [ -x ../../bin/zmbolidx ]; then
+ ../../bin/zmbolidx update records
+fi
+if [ -x ../../bin/zebraidx ]; then
+ ../../bin/zebraidx update records
+fi
+echo Starting Server
+if [ -x ../../bin/zmbolsrv ]; then
+ ../../bin/zmbolsrv
+fi
+if [ -x ../../bin/zebrasrv ]; then
+ ../../bin/zebrasrv
+fi