Return proper exit code for facet test
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 3 Aug 2010 09:23:47 +0000 (11:23 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 3 Aug 2010 09:23:47 +0000 (11:23 +0200)
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