Allow predictable sessions PAZ-1030
[pazpar2-moved-to-github.git] / test / test_cluster.sh
1 #!/bin/sh
2
3 TEST=`basename $0 .sh`
4 # srcdir might be set by make
5 srcdir=${srcdir:-"."}
6
7 exec ${srcdir}/run_pazpar2.sh --ztest --icu $TEST
8
9 # Local Variables:
10 # mode:shell-script
11 # sh-indentation: 2
12 # sh-basic-offset: 4
13 # End: