Extend info command with hostname and YAZ SHA1
[pazpar2-moved-to-github.git] / test / test_sort.sh
1 #!/bin/sh
2
3 # srcdir might be set by make
4 srcdir=${srcdir:-"."}
5
6 # Using test solr target opencontent-solr
7
8 ${srcdir}/run_pazpar2.sh test_sort
9 E=$?
10
11 #kill `cat ztest.pid`
12 #rm ztest.pid
13 exit $E
14
15 # Local Variables:
16 # mode:shell-script
17 # sh-indentation: 2
18 # sh-basic-offset: 4
19 # End: