X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_icu.sh;h=3ff2e8b546cc5e54c7d6d639a55edb17413a1c00;hb=8cc486015ba87bc3daf483d18d31d163c3670a21;hp=b6d63dfa2c917d2a753f091ffebc0a051586b507;hpb=e1993dd8b28a59fb89cd9fd2d635f55efe10eac5;p=pazpar2-moved-to-github.git diff --git a/test/test_icu.sh b/test/test_icu.sh index b6d63df..3ff2e8b 100755 --- a/test/test_icu.sh +++ b/test/test_icu.sh @@ -1,15 +1,11 @@ #!/bin/sh -# +TEST=`basename $0 .sh` # srcdir might be set by make srcdir=${srcdir:-"."} -if test -x ../src/pazpar2; then - if ../src/pazpar2 -V |grep icu:enabled >/dev/null; then - exec ${srcdir}/run_pazpar2.sh test_icu - fi -fi -exit 0 +exec ${srcdir}/run_pazpar2.sh --icu $TEST + # Local Variables: # mode:shell-script # sh-indentation: 2