From 00be608af95ef851e9747322efa5f8cd180eb49a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Wed, 6 Nov 2024 21:17:39 +0300 Subject: [PATCH] =?UTF-8?q?mdbx-testing:=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D0=BA=D0=B0=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=20bas?= =?UTF-8?q?h=20>=3D=204.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/long_stochastic.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/long_stochastic.sh b/test/long_stochastic.sh index 76e3c709..7d895c2d 100755 --- a/test/long_stochastic.sh +++ b/test/long_stochastic.sh @@ -3,6 +3,12 @@ # Леонид Юрьев aka Leonid Yuriev # SPDX-License-Identifier: Apache-2.0 +if [ "${BASH_VERSION}" \< "4.3" ]; then + echo "Bash-shell 4.3 or later is REQUIRED." >&2 + echo "Present Bash-shell version is '${BASH_VERSION}' (BASH_VERSION)" >&2 + exit +fi + LIST=basic FROM=1 UPTO=9999999