|
a/tests/runtests.sh |
|
b/tests/runtests.sh |
|
... |
|
... |
40 |
return $result
|
40 |
return $result
|
41 |
}
|
41 |
}
|
42 |
|
42 |
|
43 |
checkcmds recollq recollindex pxattr xadump || exit 1
|
43 |
checkcmds recollq recollindex pxattr xadump || exit 1
|
44 |
|
44 |
|
|
|
45 |
# Unset DISPLAY because xdg-mime may be affected by the desktop
|
|
|
46 |
# environment on the X server
|
|
|
47 |
unset DISPLAY
|
|
|
48 |
export LC_ALL=en_US.UTF-8
|
|
|
49 |
|
45 |
makeindex() {
|
50 |
makeindex() {
|
46 |
echo "Zeroing Index"
|
51 |
echo "Zeroing Index"
|
47 |
rm -rf $RECOLL_CONFDIR/xapiandb $RECOLL_CONFDIR/aspdict.*.rws
|
52 |
rm -rf $RECOLL_CONFDIR/xapiandb $RECOLL_CONFDIR/aspdict.*.rws
|
48 |
echo "Indexing"
|
53 |
echo "Indexing"
|
49 |
recollindex -c $RECOLL_CONFDIR -z
|
54 |
recollindex -c $RECOLL_CONFDIR -z
|