X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_sru.sh;h=3b3170427aa59a5ab2ff3c7bb668bc0d2f79954b;hb=6fd6f4efaaf663d850ef6ad93673fb8cd63f6170;hp=9bc98bfcd8035a10e85870dbe89d1cd37c05e0ad;hpb=e20c18e771d2f7b27cdd51bf9e5f2cad6b52e21e;p=pazpar2-moved-to-github.git diff --git a/test/test_sru.sh b/test/test_sru.sh old mode 100644 new mode 100755 index 9bc98bf..3b31704 --- a/test/test_sru.sh +++ b/test/test_sru.sh @@ -1,25 +1,10 @@ #!/bin/sh +TEST=`basename $0 .sh` # srcdir might be set by make srcdir=${srcdir:-"."} -#TODO set up solr target. For now use donut -#F=../solr/client.sh -# -#rm -f solr.pid -#$F -l solr.log -p ztest.pid -D @:9999 -#sleep 1 -#if test ! -f ztest.pid; then -# echo "yaz-ztest could not be started" -# exit 0 -#fi - -${srcdir}/run_pazpar2.sh test_sru -E=$? - -#kill `cat ztest.pid` -#rm ztest.pid -exit $E +exec ${srcdir}/run_pazpar2.sh --icu --ztest $TEST # Local Variables: # mode:shell-script