A way to have one master script and using links to instances of tests. But requires...
[pazpar2-moved-to-github.git] / test / test_http.sh
1 #!/bin/bash
2 #
3
4 FILE=`basename $0`
5 TEST=${FILE/.sh/}
6 # srcdir might be set by make
7 srcdir=${srcdir:-"."}
8
9 # Test using test_http.cfg
10 exec ${srcdir}/run_pazpar2.sh $TEST
11
12 # Local Variables:
13 # mode:shell-script
14 # sh-indentation: 2
15 # sh-basic-offset: 4
16 # End: