loperf/loperf.sh | 1 + 1 file changed, 1 insertion(+) New commits: commit ece846650c9ac7da2167b7d1bf538d27757f4118 Author: Matúš Kukan <matus.ku...@collabora.com> Date: Fri Dec 5 21:53:17 2014 +0100
loperf: Remove lock files if there are any, before executing diff --git a/loperf/loperf.sh b/loperf/loperf.sh index b98b6a9..a09f335 100755 --- a/loperf/loperf.sh +++ b/loperf/loperf.sh @@ -44,6 +44,7 @@ export OOO_DISABLE_RECOVERY=1 OFFICEBIN="$1" DOCUMENTSDIR="$2" test -z "$DOCUMENTSDIR" && echo "missing second parameter: directory with documents to test" && exit 1 +rm -f $DOCUMENTSDIR/.~lock* TESTDATE=$(date --rfc-3339=second)
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits