X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_facets.sh;h=e64b961e3a35dbab39fa2165795ca1d51cdec901;hb=8f18ee1ba68a1fb0efa37729ac6422d96fdd36a1;hp=13b20d4205d30dc007e14fc119c9a19310433bd7;hpb=45785bd04a031ea86423af67a7498b61a9bf3d87;p=pazpar2-moved-to-github.git diff --git a/test/test_facets.sh b/test/test_facets.sh index 13b20d4..e64b961 100755 --- a/test/test_facets.sh +++ b/test/test_facets.sh @@ -1,16 +1,10 @@ #!/bin/sh -# +TEST=`basename $0 .sh` # srcdir might be set by make srcdir=${srcdir:-"."} -yaz-ztest -l ztest.log @:9999 & -ZTEST_PID=$! - -# Test using test_http.cfg -${srcdir}/run_pazpar2.sh test_facets - -kill $ZTEST_PID +exec ${srcdir}/run_pazpar2.sh --ztest --icu $TEST # Local Variables: # mode:shell-script