From 80c33ec63506c64546d3e4ee4dda67eb32afdd5b Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Mon, 23 Apr 2012 06:58:54 +0000 Subject: [PATCH] Using own ztest log file --- test/test_filter.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_filter.sh b/test/test_filter.sh index 07e7747..68d935f 100755 --- 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" -- 1.7.10.4