Using own ztest log file
authorDennis Schafroth <dennis@indexdata.com>
Mon, 23 Apr 2012 06:58:54 +0000 (06:58 +0000)
committerDennis Schafroth <dennis@indexdata.com>
Mon, 23 Apr 2012 06:58:54 +0000 (06:58 +0000)
test/test_filter.sh

index 07e7747..68d935f 100755 (executable)
@@ -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"