From: Adam Dickmeiss Date: Tue, 3 Aug 2010 09:23:47 +0000 (+0200) Subject: Return proper exit code for facet test X-Git-Tag: v1.4.4~10^2~2^2~1 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=4e5673219d83b737ab1cca4c61ee6669cf92f3aa;p=pazpar2-moved-to-github.git Return proper exit code for facet test --- 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