Facility for test script to post-wait
[pazpar2-moved-to-github.git] / test / test_solr_spell.sh
1 #!/bin/sh
2
3 # srcdir might be set by make
4 srcdir=${srcdir:-"."}
5
6 #TODO set up solr target. For now use donut 
7 #F=../solr/client.sh 
8 #
9 #rm -f solr.pid
10 #$F -l solr.log -p ztest.pid -D @:9999
11 #sleep 1
12 #if test ! -f ztest.pid; then
13 #    echo "yaz-ztest could not be started"
14 #    exit 0
15 #fi
16
17 ${srcdir}/run_pazpar2.sh test_solr_spell
18 E=$?
19
20 #kill `cat ztest.pid`
21 #rm ztest.pid
22 exit $E
23
24 # Local Variables:
25 # mode:shell-script
26 # sh-indentation: 2
27 # sh-basic-offset: 4
28 # End: