mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-03 09:47:47 +00:00
Adapt paths for scripts/quiet
Signed-off-by: Elena Uziunaite <[email protected]>
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user