aboutsummaryrefslogtreecommitdiffstats
path: root/test/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'test/bootstrap')
-rwxr-xr-xtest/bootstrap6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/bootstrap b/test/bootstrap
index 1faa749..24d829b 100755
--- a/test/bootstrap
+++ b/test/bootstrap
@@ -26,6 +26,12 @@ then
exit 1
fi
+BIN_MAIN_OPTIONS=''
+if ! command -v flock >/dev/null
+then
+ BIN_MAIN_OPTIONS='${BIN_MAIN_OPTIONS} --no-lock'
+fi
+
initializeRepositories () {
rm -rf "${DIR_TEMP}"
mkdir "${DIR_TEMP}"

© 2014-2024 Faster IT GmbH | imprint | privacy policy