Allow predictable sessions PAZ-1030
[pazpar2-moved-to-github.git] / test / test_facets.sh
index 13b20d4..e64b961 100755 (executable)
@@ -1,16 +1,10 @@
 #!/bin/sh
-#
 
+TEST=`basename $0 .sh`
 # srcdir might be set by make
 srcdir=${srcdir:-"."}
 
-yaz-ztest -l ztest.log @:9999 & 
-ZTEST_PID=$!
-
-# Test using test_http.cfg
-${srcdir}/run_pazpar2.sh test_facets
-
-kill $ZTEST_PID
+exec ${srcdir}/run_pazpar2.sh --ztest --icu $TEST
 
 # Local Variables:
 # mode:shell-script