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 8a2062c538
commit c02c5b1520
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