Merge changes from tmarc.xsl
[pazpar2-moved-to-github.git] / test / test_facets.sh
1 #!/bin/sh
2 #
3
4 # srcdir might be set by make
5 srcdir=${srcdir:-"."}
6
7 yaz-ztest -l ztest.log @:9999 & 
8 ZTEST_PID=$!
9 echo "ZTEST PID: $ZTEST_PID" 
10
11 # Test using test_http.cfg
12 ${srcdir}/run_pazpar2.sh test_facets
13
14 kill $ZTEST_PID
15
16 # Local Variables:
17 # mode:shell-script
18 # sh-indentation: 2
19 # sh-basic-offset: 4
20 # End: