From ec84093ae6511f7c80ca22a8379e1d623f10f598 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Tue, 5 Mar 2024 18:09:35 +0000 Subject: [PATCH] Follow-up for less verbose logging Signed-off-by: Dave Rodgman --- tests/scripts/quiet/cmake | 2 +- tests/scripts/quiet/make | 2 +- tests/scripts/quiet/quiet.sh | 0 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 tests/scripts/quiet/quiet.sh diff --git a/tests/scripts/quiet/cmake b/tests/scripts/quiet/cmake index 930931d539..c03d8c3e3e 100755 --- a/tests/scripts/quiet/cmake +++ b/tests/scripts/quiet/cmake @@ -16,4 +16,4 @@ export NO_SILENCE=" --version " export TOOL="cmake" -exec "$(dirname "$0")/quiet.sh" "$@" +. "$(dirname "$0")/quiet.sh" diff --git a/tests/scripts/quiet/make b/tests/scripts/quiet/make index d022551df1..6af3a57ce4 100755 --- a/tests/scripts/quiet/make +++ b/tests/scripts/quiet/make @@ -16,4 +16,4 @@ export NO_SILENCE=" --version | test " export TOOL="make" -exec "$(dirname "$0")/quiet.sh" "$@" +. "$(dirname "$0")/quiet.sh" diff --git a/tests/scripts/quiet/quiet.sh b/tests/scripts/quiet/quiet.sh old mode 100755 new mode 100644