From ece846650c9ac7da2167b7d1bf538d27757f4118 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 5 Dec 2014 21:53:17 +0100 Subject: loperf: Remove lock files if there are any, before executing --- loperf/loperf.sh | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3