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 }