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:
2a9c9e1
)
Using own ztest log file
author
Dennis Schafroth
<dennis@indexdata.com>
Mon, 23 Apr 2012 06:58:54 +0000
(06:58 +0000)
committer
Dennis Schafroth
<dennis@indexdata.com>
Mon, 23 Apr 2012 06:58:54 +0000
(06:58 +0000)
test/test_filter.sh
patch
|
blob
|
history
diff --git
a/test/test_filter.sh
b/test/test_filter.sh
index
07e7747
..
68d935f
100755
(executable)
--- a/
test/test_filter.sh
+++ b/
test/test_filter.sh
@@
-4,6
+4,7
@@
# srcdir might be set by make
srcdir=${srcdir:-"."}
+TEST=test_filter_
# look for yaz-ztest in PATH
oIFS=$IFS
@@
-26,7
+27,7
@@
if test -z "$F"; then
fi
rm -f ztest.pid
-$F -l ztest.log -p ztest.pid -D tcp:localhost:9999
+$F -l ${TEST}ztest.log -p ztest.pid -D tcp:localhost:9999
sleep 1
if test ! -f ztest.pid; then
echo "yaz-ztest could not be started"