From a8a4bccfcf863123647a0f0e86611f252ed0c9db Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Thu, 28 Aug 2025 10:40:29 +0200 Subject: [PATCH] path fix macos --- ci/all_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/all_tests.sh b/ci/all_tests.sh index f95a2544..2d739e1a 100755 --- a/ci/all_tests.sh +++ b/ci/all_tests.sh @@ -21,7 +21,7 @@ if [ -z "${ROC}" ]; then exit 1 fi -TESTS_DIR="${EXAMPLES_DIR/\/examples\//\/tests\/}" +TESTS_DIR="$(dirname "$EXAMPLES_DIR")/tests/" export TESTS_DIR if [ "$NO_BUILD" != "1" ]; then