From b3463149071c5287f68cb7389f7f35493a392725 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Mon, 7 Mar 2011 15:51:25 +0100 Subject: [PATCH] Test for DTIC DADS target --- test/test_sru-proxy.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/test_sru-proxy.sh diff --git a/test/test_sru-proxy.sh b/test/test_sru-proxy.sh new file mode 100644 index 0000000..2ceb005 --- /dev/null +++ b/test/test_sru-proxy.sh @@ -0,0 +1,20 @@ +#!/bin/sh + +# srcdir might be set by make +srcdir=${srcdir:-"."} + +#TODO set up solr target. For now use donut +#F=../solr/client.sh + +${srcdir}/run_pazpar2.sh test_sru-proxy +E=$? + +#kill `cat ztest.pid` +#rm ztest.pid +exit $E + +# Local Variables: +# mode:shell-script +# sh-indentation: 2 +# sh-basic-offset: 4 +# End: -- 1.7.10.4