Updates to pz:authentication documentation
[pazpar2-moved-to-github.git] / test / test_sort.sh
index 6ef605a..3ff2e8b 100755 (executable)
@@ -1,16 +1,10 @@
 #!/bin/sh
 
+TEST=`basename $0 .sh`
 # srcdir might be set by make
 srcdir=${srcdir:-"."}
 
-# Using test solr target opencontent-solr
-# 
-${srcdir}/run_pazpar2.sh test_sort
-E=$?
-
-#kill `cat ztest.pid`
-#rm ztest.pid
-exit $E
+exec ${srcdir}/run_pazpar2.sh --icu $TEST
 
 # Local Variables:
 # mode:shell-script