test_sru tests against local yaz-test
[pazpar2-moved-to-github.git] / test / test_sru-proxy.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 ${srcdir}/run_pazpar2.sh test_sru-proxy
10 E=$?
11
12 #kill `cat ztest.pid`
13 #rm ztest.pid
14 exit $E
15
16 # Local Variables:
17 # mode:shell-script
18 # sh-indentation: 2
19 # sh-basic-offset: 4
20 # End: