X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_cluster.sh;fp=test%2Ftest_cluster.sh;h=e64b961e3a35dbab39fa2165795ca1d51cdec901;hb=7895ed928aac63bc69f3ee778d80335fb3c605ed;hp=0000000000000000000000000000000000000000;hpb=3895572f92f283f91e8b30064c11ee55dfd078c9;p=pazpar2-moved-to-github.git diff --git a/test/test_cluster.sh b/test/test_cluster.sh new file mode 100755 index 0000000..e64b961 --- /dev/null +++ b/test/test_cluster.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +TEST=`basename $0 .sh` +# srcdir might be set by make +srcdir=${srcdir:-"."} + +exec ${srcdir}/run_pazpar2.sh --ztest --icu $TEST + +# Local Variables: +# mode:shell-script +# sh-indentation: 2 +# sh-basic-offset: 4 +# End: