1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Follow-up for less verbose logging

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman
2024-03-05 18:09:35 +00:00
parent 5bc604f33c
commit ec84093ae6
3 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ export NO_SILENCE=" --version "
export TOOL="cmake"
exec "$(dirname "$0")/quiet.sh" "$@"
. "$(dirname "$0")/quiet.sh"

View File

@ -16,4 +16,4 @@ export NO_SILENCE=" --version | test "
export TOOL="make"
exec "$(dirname "$0")/quiet.sh" "$@"
. "$(dirname "$0")/quiet.sh"

0
tests/scripts/quiet/quiet.sh Executable file → Normal file
View File