From 4e5673219d83b737ab1cca4c61ee6669cf92f3aa Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 3 Aug 2010 11:23:47 +0200 Subject: [PATCH] Return proper exit code for facet test --- test/test_facets.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.7.10.4