You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Resync test Solar script with django-haystack
These are still not quite the same; at some point it would be nice to
look into a common tool which both projects could use
* Update Solr configuration script to set correct libpath for solr-cell
to avoid lazy-load failures during testing as was reported on e.g. django-haystack#162
perl -p -i -e 's|<!-- A Robust Example|<!-- More like this request handler -->\n <requestHandler name="/mlt" class="solr.MoreLikeThisHandler" />\n\n\n <!-- A Robust Example|'g solr/*/conf/solrconfig.xml
42
51
43
52
echo'Starting server'
44
-
# We use exec to allow process monitors like run-tests.py to correctly kill the
53
+
# We use exec to allow process monitors to correctly kill the
45
54
# actual Java process rather than this launcher script:
0 commit comments