X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_solr.sh;h=8b08bb3acfd11c010fccdefc9432f40641792c7f;hb=044aeb161deeb1401cb68f9c3139c8fe46c62e2a;hp=4e96d20d76f5fe577660b087ebb0d481babe6f74;hpb=f17778f00ba1f18d026ab98c2dac418883eb7069;p=pazpar2-moved-to-github.git diff --git a/test/test_solr.sh b/test/test_solr.sh index 4e96d20..8b08bb3 100755 --- a/test/test_solr.sh +++ b/test/test_solr.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 -E=$? - -#kill `cat ztest.pid` -#rm ztest.pid -exit $E +exec ${srcdir}/run_pazpar2.sh --icu $TEST # Local Variables: # mode:shell-script