From a35d651552c8428dfd5ac9a380e62eab37e54c6d Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 10 May 2012 11:21:04 +0200 Subject: [PATCH] Re-enabled Solr test. Was a misconfiguration of the Solr target --- test/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index c754f1e..fb4a651 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -4,7 +4,8 @@ solr_tests = test_solr.sh test_termlist_block.sh test_limit_limitmap.sh check_SCRIPTS = test_http.sh test_icu.sh test_post.sh \ test_settings.sh test_turbomarcxml.sh test_facets.sh \ - test_url.sh test_filter.sh + test_url.sh test_filter.sh \ + $(solr_tests) EXTRA_DIST = run_pazpar2.sh marc21_test.xsl tmarc.xsl solr-pz2.xsl \ z3950_indexdata_com_marc.xml \ -- 1.7.10.4