From 64b53198e819ab606b09017f3fd32787c42cc4b2 Mon Sep 17 00:00:00 2001 From: Elena Uziunaite Date: Tue, 19 Nov 2024 16:26:56 +0000 Subject: [PATCH] Adapt paths for scripts/quiet Signed-off-by: Elena Uziunaite --- scripts/all-core.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/all-core.sh b/scripts/all-core.sh index 15146f88a..0b7306f93 100644 --- a/scripts/all-core.sh +++ b/scripts/all-core.sh @@ -266,8 +266,8 @@ setup_quiet_wrappers() # unless there is an error. This reduces logging overhead in the CI. # # Note that the cmake wrapper breaks unless we use an absolute path here. - if [[ -e ${PWD}/tests/scripts/quiet ]]; then - export PATH=${PWD}/tests/scripts/quiet:$PATH + if [[ -e ${PWD}/framework/scripts/quiet ]]; then + export PATH=${PWD}/framework/scripts/quiet:$PATH fi }