Added forward functions to rsbool, and a few tests for them.
[idzebra-moved-to-github.git] / test / marcxml / test1.sh
index 58bb388..add59eb 100755 (executable)
@@ -1,13 +1,15 @@
 #!/bin/sh
 LOG=test1.log
+DBG="-v 1647"
+
 rm -f $LOG
 if ../../index/zebraidx -l $LOG -V|grep Expat >/dev/null; then
-       ../../index/zebraidx -l$LOG init
+       ../../index/zebraidx -l $LOG $DBG init
 else
        exit 0
 fi
-../../index/zebraidx -l$LOG update m*.xml
-../../index/zebrasrv -l$LOG unix:socket &
+../../index/zebraidx -l $LOG $DBG update m*.xml
+../../index/zebrasrv -l $LOG $DBG unix:socket &
 sleep 1
 ../api/testclient unix:socket '@and @attr 1=1003 jack @attr 1=4 computer' >tmp1
 echo 'Result count: 2' >tmp2