From: Joel Rosdahl Date: Thu, 2 May 2024 19:31:24 +0000 (+0200) Subject: test: Improve printing of test suite X-Git-Tag: v4.10~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=660fa5fa4228cd70f1157326e154a6fbc66ddd84;p=thirdparty%2Fccache.git test: Improve printing of test suite --- diff --git a/test/run b/test/run index e1cb179f..60fc67c4 100755 --- a/test/run +++ b/test/run @@ -439,7 +439,10 @@ run_suite() { fi fi - echo "Running test suite $(bold $suite_name)" + printf "Running test suite $(bold $suite_name)" + if ! $VERBOSE; then + echo + fi SUITE_$suite_name echo