X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=test%2Ftest_solr_spell.sh;h=5d177c702fa8500333684808407d9d8789301e53;hb=b91e0566bea75bbed670fd2eca5c2868e4879053;hp=6f2961f000afb7fc7634a05e497e31d015b97528;hpb=6401f3040d9eaac362220a6d63b1d979b611490e;p=pazpar2-moved-to-github.git diff --git a/test/test_solr_spell.sh b/test/test_solr_spell.sh index 6f2961f..5d177c7 100755 --- a/test/test_solr_spell.sh +++ b/test/test_solr_spell.sh @@ -1,25 +1,11 @@ #!/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_solr_spell -E=$? - -#kill `cat ztest.pid` -#rm ztest.pid -exit $E +exec ${srcdir}/run_pazpar2.sh $TEST # Local Variables: # mode:shell-script