[Libreoffice-commits] buildbot.git: loperf/loperf.sh
Matúš Kukan
matus.kukan at collabora.com
Fri Dec 5 12:54:23 PST 2014
loperf/loperf.sh | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ece846650c9ac7da2167b7d1bf538d27757f4118
Author: Matúš Kukan <matus.kukan at 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)
More information about the Libreoffice-commits
mailing list