New test order
[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
10 # Test using test_http.cfg
11 ${srcdir}/run_pazpar2.sh test_facets
12
13 kill $ZTEST_PID
14
15 # Local Variables:
16 # mode:shell-script
17 # sh-indentation: 2
18 # sh-basic-offset: 4
19 # End: