Test for DTIC DADS target
authorDennis Schafroth <dennis@indexdata.com>
Mon, 7 Mar 2011 14:51:25 +0000 (15:51 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Mon, 7 Mar 2011 14:51:25 +0000 (15:51 +0100)
test/test_sru-proxy.sh [new file with mode: 0644]

diff --git a/test/test_sru-proxy.sh b/test/test_sru-proxy.sh
new file mode 100644 (file)
index 0000000..2ceb005
--- /dev/null
@@ -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: