Return proper exit code for facet test
[pazpar2-moved-to-github.git] / test / test_facets.sh
index 4b3c276..5e03320 100755 (executable)
@@ -32,9 +32,11 @@ if test ! -f ztest.pid; then
 fi
 
 ${srcdir}/run_pazpar2.sh test_facets
+E=$?
 
 kill `cat ztest.pid`
 rm ztest.pid
+exit $E
 
 # Local Variables:
 # mode:shell-script