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:
3b9f145
)
Update for different -V output
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 28 Sep 2009 18:36:42 +0000
(20:36 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 28 Sep 2009 18:36:51 +0000
(20:36 +0200)
Pazpar2 -V now shows icu:enabled if ICU is enabled.
test/test_icu.sh
patch
|
blob
|
history
diff --git
a/test/test_icu.sh
b/test/test_icu.sh
index
9f2f7cb
..
b6d63df
100755
(executable)
--- a/
test/test_icu.sh
+++ b/
test/test_icu.sh
@@
-5,7
+5,7
@@
srcdir=${srcdir:-"."}
if test -x ../src/pazpar2; then
- if ../src/pazpar2 -V |grep icu: >/dev/null; then
+ if ../src/pazpar2 -V |grep icu:enabled >/dev/null; then
exec ${srcdir}/run_pazpar2.sh test_icu
fi
fi