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:
113f9b0
)
testing: disable APDU logging for yaz-ztest
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 17 Dec 2013 19:07:26 +0000
(20:07 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 17 Dec 2013 19:07:26 +0000
(20:07 +0100)
For some reason test_filter_16 fails with APDU logging enabled.
Indicates that result depends on how yaz-ztest responds.
test/run_pazpar2.sh
patch
|
blob
|
history
diff --git
a/test/run_pazpar2.sh
b/test/run_pazpar2.sh
index
49ae5e8
..
f2e3de5
100755
(executable)
--- a/
test/run_pazpar2.sh
+++ b/
test/run_pazpar2.sh
@@
-121,7
+121,7
@@
if test "$ztest" = "true" ; then
fi
rm -f ztest.pid
rm -f ${PREFIX}_ztest.log
- $F -l ${PREFIX}_ztest.log -a ztest_apdu.log -p ztest.pid -D tcp:localhost:9999
+ $F -l ${PREFIX}_ztest.log -p ztest.pid -D tcp:localhost:9999
sleep 1
if test ! -f ztest.pid; then
echo "yaz-ztest could not be started"