From: Dennis Schafroth Date: Mon, 23 Apr 2012 06:58:54 +0000 (+0000) Subject: Using own ztest log file X-Git-Tag: v1.6.13~16^2~19^2~3 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=80c33ec63506c64546d3e4ee4dda67eb32afdd5b;p=pazpar2-moved-to-github.git Using own ztest log file --- 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"