projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ff83e
)
Return proper exit code for facet test
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 3 Aug 2010 09:23:47 +0000
(11:23 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 3 Aug 2010 09:23:47 +0000
(11:23 +0200)
test/test_facets.sh
patch
|
blob
|
history
diff --git
a/test/test_facets.sh
b/test/test_facets.sh
index
4b3c276
..
5e03320
100755
(executable)
--- 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