From bebdf398975dfa4fcede406f74e10bb4f2d62f44 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 10 May 2012 07:54:51 +0200 Subject: [PATCH] Disable tests that require Solr for now --- test/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 1699ff0..c754f1e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,8 +1,10 @@ # This file is part of Pazpar2. + +# These tests require a Solr target +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_solr.sh test_url.sh test_filter.sh \ - test_termlist_block.sh test_limit_limitmap.sh + test_url.sh test_filter.sh EXTRA_DIST = run_pazpar2.sh marc21_test.xsl tmarc.xsl solr-pz2.xsl \ z3950_indexdata_com_marc.xml \ -- 1.7.10.4