X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_facets.sh;fp=test%2Ftest_facets.sh;h=5e03320f8321332125e8aec58324e935b9092f58;hb=4e5673219d83b737ab1cca4c61ee6669cf92f3aa;hp=4b3c2767445c027ce3cf4e35c5d291c249df6ab5;hpb=c1ff83e4e8a3d887a7e313c53173fe53f9a2cd9f;p=pazpar2-moved-to-github.git diff --git a/test/test_facets.sh b/test/test_facets.sh index 4b3c276..5e03320 100755 --- a/test/test_facets.sh +++ b/test/test_facets.sh @@ -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