From 2e37806ace2c1e585fc160b48ed7ad4bd0280a00 Mon Sep 17 00:00:00 2001 From: Elena Uziunaite Date: Tue, 12 Nov 2024 16:16:05 +0000 Subject: [PATCH] Fix paths Signed-off-by: Elena Uziunaite --- scripts/lcov.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/lcov.sh b/scripts/lcov.sh index 2b650f1338..60fce6cbc2 100755 --- a/scripts/lcov.sh +++ b/scripts/lcov.sh @@ -28,9 +28,11 @@ EOF # Copyright The Mbed TLS Contributors # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later +# This script must be invoked from the project's root. + set -eu -. ../framework/scripts/project_detection.sh +. framework/scripts/project_detection.sh # Collect stats and build a HTML report. lcov_library_report () {