projects
/
pazpar2-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:
ce215dd
)
Fix test to listen on localhsot (not @)
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 13 Oct 2010 14:06:57 +0000
(16:06 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 13 Oct 2010 14:06:57 +0000
(16:06 +0200)
It fails sometimes to use localhost and the @ combo.
test/test_facets.sh
patch
|
blob
|
history
diff --git
a/test/test_facets.sh
b/test/test_facets.sh
index
506dd64
..
89839e2
100755
(executable)
--- a/
test/test_facets.sh
+++ b/
test/test_facets.sh
@@
-24,7
+24,7
@@
if test -z "$F"; then
fi
rm -f ztest.pid
-$F -l ztest.log -p ztest.pid -D @:9999
+$F -l ztest.log -p ztest.pid -D tcp:localhost:9999
sleep 1
if test ! -f ztest.pid; then
echo "yaz-ztest could not be started"