From 695810a0931e0131c1b15c8810556f18c753fc93 Mon Sep 17 00:00:00 2001 From: Elena Uziunaite Date: Wed, 20 Nov 2024 16:31:40 +0000 Subject: [PATCH] Define FRAMEWORK Signed-off-by: Elena Uziunaite --- tests/scripts/all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index ded238f53b..51df1f2ba1 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -10,6 +10,7 @@ # This script must be invoked from the project's root. -source framework/scripts/all-core.sh +FRAMEWORK="$PWD/framework" +source $FRAMEWORK/scripts/all-core.sh main "$@"