More updates to allow tests when builddir != srcdir.
[idzebra-moved-to-github.git] / test / sort / test1.sh
index 2d18e7c..787b27f 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
-# $Id: test1.sh,v 1.5 2003-09-24 11:45:44 adam Exp $
+# $Id: test1.sh,v 1.6 2004-06-15 08:06:35 adam Exp $
+
+pp=${srcdir:-"."}
+
 ulimit -c 10000
 LOG=test1.log
 rm -fr lock
@@ -9,8 +12,8 @@ mkdir reg
 rm -fr recs
 mkdir recs
 cp rec*.xml recs
-../../index/zebraidx -l $LOG update recs || exit 1
-../../index/zebrasrv -l $LOG unix:socket &
+../../index/zebraidx -c $pp/zebra.cfg -l $LOG update recs || exit 1
+../../index/zebrasrv -c $pp/zebra.cfg -l $LOG unix:socket &
 sleep 1
 test -f lock/zebrasrv.pid || exit 2
 ../api/testclient -n3 unix:socket '@or computer @attr 7=1 @attr 1=30 0' >tmp1